actix
pub fn spawn<F>(f: F) where F: Future<Item = (), Error = ()> + 'static,
Spawns a future on the current arbiter.
This function panics if actix system is not running.