c-template
|
Files | |
file | wait_group.h [code] |
provides C equivalent of Golang sync.Wait enables "signalling" multiple threads allows management of multiple threads, and enabling clean exits or cleanups it is a bit different than joining pthreads to wait for processes to exit as it doesn't require attached pthreads (can be used with detached) for synchronizatiion | |