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