pub fn use_coroutine_handle<M>() -> Coroutine<M>
where M: 'static,
Available on crate feature hooks only.
Expand description

Get a handle to a coroutine higher in the tree Analagous to use_context_provider and use_context, but used for coroutines specifically See the docs for use_coroutine for more details.