[][src]Function kayrx::fiber::spawn_fut

pub fn spawn_fut<F>(f: F) where
    F: Future<Output = ()> + 'static, 

Spawns a future on the current arbiter.

Panics

This function panics if system is not running.