Release Notes β v0.1.0
Initial release of async-safe-defer π
Features
- β
defer!macro for sync RAII-style cleanup (Go-style) - β
AsyncScopewith.defer()and.run().awaitfor async cleanup - β
async_scope!macro for ergonomic scoped async defers - β
no_allocmodule with fixed-capacity async scope (zero allocation) - β
no_stdcompatible (allocrequired for dynamic version) - β
Fully safe, zero dependencies, no
unsafecode