Crate moro_local

Source

Modules§

prelude

Macros§

async_scope
Creates an async scope within which you can spawn jobs. This works much like the stdlib’s scope function.

Structs§

Scope
Represents a moro “async scope”. See the async_scope macro for details.
ScopeBody
Spawned

Functions§

scope_fn
Creates a new moro scope. Normally, you invoke this through moro::async_scope!.