Golang like WaitGroup implementation for sync/async (runtime agnostic) Rust, supports no_std
environment.
- Improve the implementation of
wait_blocking
inAsyncWaitGroup
. - Support
no_std
for bothWaitGroup
andAsyncWaitGroup
.
Golang like WaitGroup implementation for sync/async (runtime agnostic) Rust, supports no_std
environment.
wait_blocking
in AsyncWaitGroup
.no_std
for both WaitGroup
and AsyncWaitGroup
.