async_monad 0.2.0

Asynchronous monad for rust
Documentation
1
2
3
4
5
/// This module provides an asynchronous version of the rust's standard `Option` enum.
pub mod option;

/// This module provides an asynchronous version of the rust's standard `Result` enum.
pub mod result;