A coroutine library for Rust inspired by Go's goroutines, providing lightweight concurrency.
# Cargo.toml
[dependencies]
mco = "0.1.48"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Spawns a new coroutine and waits for it to finish.
Use CoroutineBuilder to set a larger stack size: CoroutineBuilder::new().stack_size(1024 * 1024).spawn(|| ...).
No dependency data recorded yet.