Skip to content

Add WaitAny

Compare
Choose a tag to compare
@Xinyue-Wang Xinyue-Wang released this 28 Jun 00:05
· 18 commits to master since this release
4c78f32

Add WaitAny to this package:
WaitAny will block current thread til any of task completed.
If FailOnAnyError is set, first error from any tasks passed in will be returned