mm1-core 0.7.22

An Erlang-style actor runtime for Rust.
Documentation
1
2
3
4
pub trait Now: Send {
    type Instant;
    fn now(&self) -> Self::Instant;
}