[][src]Function kayrx::fiber::take

pub fn take<T>(fiber: T) -> JoinHandle<T::Output> where
    T: Future + Send + 'static,
    T::Output: Send + 'static, 

Take fiber to global runtime executor.