Skip to content

v.0.1.0

Latest
Compare
Choose a tag to compare
@dancixx dancixx released this 12 Apr 10:03
· 3 commits to main since this release

Release Notes β€” v0.1.0

Initial release of async-safe-defer πŸŽ‰

Features

  • βœ… defer! macro for sync RAII-style cleanup (Go-style)
  • βœ… AsyncScope with .defer() and .run().await for async cleanup
  • βœ… async_scope! macro for ergonomic scoped async defers
  • βœ… no_alloc module with fixed-capacity async scope (zero allocation)
  • βœ… no_std compatible (alloc required for dynamic version)
  • βœ… Fully safe, zero dependencies, no unsafe code