minus-squareroign@lemmy.worldtoRust Lang@lemmyrs.org•coroutines/channels in Rust?linkfedilinkEnglisharrow-up3·edit-21 year agoThis. tokio tasks are green threads. https://docs.rs/tokio/latest/tokio/task/ tokio also offers a variety of channels for synchronization between tasks. https://docs.rs/tokio/latest/tokio/sync/index.html linkfedilink
This.
tokio tasks are green threads. https://docs.rs/tokio/latest/tokio/task/
tokio also offers a variety of channels for synchronization between tasks. https://docs.rs/tokio/latest/tokio/sync/index.html