Modules§
Macros§
- async_
scope - Creates an async scope within which you can spawn jobs.
This works much like the stdlib’s
scopefunction.
Structs§
- Scope
- Represents a moro “async scope”. See the
async_scopemacro for details. - Scope
Body - Spawned
Functions§
- scope_
fn - Creates a new moro scope. Normally, you invoke this through
moro::async_scope!.