mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 14:44:12 +00:00
clear subscriber method
This commit is contained in:
parent
dd06705ff1
commit
894a79d3df
1 changed files with 0 additions and 5 deletions
|
@ -104,11 +104,6 @@ impl ReactiveContext {
|
|||
.insert(signal, rc_list);
|
||||
}
|
||||
|
||||
/// Clear all subscribers from this reactive context
|
||||
pub fn clear_subscribers(&self) {
|
||||
todo!()
|
||||
}
|
||||
|
||||
/// Wait for this reactive context to change
|
||||
pub async fn changed(&self) {
|
||||
let rx = self.inner.read().receiver.clone();
|
||||
|
|
Loading…
Reference in a new issue