tyra 1.0.0

Typed Actor System
Documentation
1
2
3
4
5
6
7
#[derive(PartialEq, Eq, PartialOrd, Ord, Hash, Clone)]
pub struct ActorAddress {
    pub remote: String,
    pub system: String,
    pub pool: String,
    pub actor: String,
}