dewit 0.0.1

Define scheduling and execution of code separately from data flow
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! The [prelude](crate::prelude) without exported combinators to avoid
//! cluttering the global namespace.

pub use crate::{
    mode::Mode,
    task::{
        Task,
        TaskOptionExt,
        TaskResultExt,
    },
};