Y
Hacker News
new
|
ask
|
show
|
jobs
by
creato
3044 days ago
Every OpenMP implementation I know of uses a thread pool, and dispatches parallel work to it.
This is probably exactly the same behavior as goroutines.