Idiom # 56: Launch 1000 parallel tasks and wait for completion
Code
Fuzions thread_pool
has a queue that is filled upon submit.
When leaving the thread_pool
, it waits until all tasks have completed.
Fuzions thread_pool
has a queue that is filled upon submit.
When leaving the thread_pool
, it waits until all tasks have completed.