Expand description
future-fn
A Rust library providing macros to simplify the creation of asynchronous closures with external state captured by move. Useful for structuring asynchronous code with ease and clarity.
Macrosยง
- future_
fn - Generates an asynchronous closure that clones specified external variables and executes the given closure body asynchronously.