1
0
Эх сурвалжийг харах

feat: add a method to access the scheduler

Ilya Maximov 3 жил өмнө
parent
commit
ff3d772756

+ 5 - 0
packages/core/src/scopes.rs

@@ -579,6 +579,11 @@ impl ScopeState {
         self.our_arena_idx
     }
 
+    /// Get a handle to the raw update scheduler channel
+    pub fn scheduler_channel(&self) -> UnboundedSender<SchedulerMsg> {
+        self.tasks.sender.clone()
+    }
+
     /// Create a subscription that schedules a future render for the reference component
     ///
     /// ## Notice: you should prefer using prepare_update and get_scope_id