fimxi 0.1.0

A multithreaded actor pattern framework
Documentation
1
2
3
use crate::fn_box::{FnBox};

pub type Actor = Box<dyn FnBox + Send + 'static>;