improv 1.0.0-beta.1

Actor microframework
Documentation
pub trait Message: Send + 'static {
    type Response: Send;
}