Skip to content

Releases: al8n/wg

v0.9.0

27 Apr 13:13
1c8bd57
Compare
Choose a tag to compare

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.