Rust stackful coroutine library for asynchronous programming.
# Cargo.toml
[dependencies]
may = "0.3.51"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Spawn a coroutine and wait for it to finish.
Consider using async/await for lightweight tasks; May is better for CPU-bound or I/O-bound coroutines.
No dependency data recorded yet.