소스 검색

clear subscriber method

Jonathan Kelley 1 년 전
부모
커밋
894a79d3df
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      packages/signals/src/rc.rs

+ 0 - 5
packages/signals/src/rc.rs

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