Crate future_fn

Crate future_fn 

Source
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.