pub fn use_scope_status(cx: Scope<'_>) -> RcSignal<bool>
Expand description

Returns a RcSignal that is true when the scope is still valid and false once it is disposed.