sans 0.1.0-alpha.4

Composable coroutine-based programming library for sans-io
Documentation
1
2
3
4
5
6
7
8
//! Run coroutines one after another
//!
//! This module provides sequential execution combinators.

mod many;

// Re-export sequential operations
pub use many::{Many, many};