Modules§
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. - Scope
Body - Spawned
Functions§
- scope_
fn - Creates a new moro scope. Normally, you invoke this through
moro::async_scope!
.