tasks-framework 0.1.0

Actor-like Message processing framework inspired by the work of Stepan Koltsov.
Documentation
1
2
3
pub trait Runnable {
    fn run(&self);
}