Skip to content

v0.9.0

Latest
Compare
Choose a tag to compare
@al8n al8n released this 27 Apr 13:13
· 2 commits to main since this release
1c8bd57

Golang like WaitGroup implementation for sync/async (runtime agnostic) Rust, supports no_std environment.

  • Improve the implementation of wait_blocking in AsyncWaitGroup.
  • Support no_std for both WaitGroup and AsyncWaitGroup.