pub fn spawn<M>(manager: M) -> Handle<M> where
    M: Manager
Expand description

Spawns a task using the provided crate::Manager and returns a crate::Handle to that task. crate::Signal can be sent through a crate::Remote that can be provided by the crate::Handle.