clear subscriber method

This commit is contained in:
Jonathan Kelley 2024-02-01 13:21:49 -08:00
parent dd06705ff1
commit 894a79d3df
No known key found for this signature in database
GPG key ID: 1FBB50F7EB0A08BE

View file

@ -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();