pub fn continuation<R>() -> (Sender<R>, Future<R>)Expand description
Creates a new continuation.
If you need to provide a custom cancel implementation, use continuation_cancel instead.
pub fn continuation<R>() -> (Sender<R>, Future<R>)Creates a new continuation.
If you need to provide a custom cancel implementation, use continuation_cancel instead.