Function dioxus_hooks::use_coroutine_handle
source · [−]pub fn use_coroutine_handle<M: 'static>(
cx: &ScopeState
) -> Option<&CoroutineHandle<M>>Expand description
Get a handle to a coroutine higher in the tree
See the docs for use_coroutine for more details.