Skip to content

Added Wait()

Latest
Compare
Choose a tag to compare
@dpaks dpaks released this 25 Dec 16:40
· 1 commit to master since this release
d438b75

This function waits till all the jobs complete but doesn't cleanup
the associated resources. This is helpful in loops where the worker pool needs to be reused and continue the loop only when all the current jobs are completed.