MCPcopy Create free account
hub / github.com/clockworklabs/SpacetimeDB / handle

Method handle

crates/runtime/src/sim/executor/mod.rs:162–166  ·  view source on GitHub ↗

Get a cloneable handle for spawning tasks and accessing runtime services.

(&self)

Source from the content-addressed store, hash-verified

160
161 /// Get a cloneable handle for spawning tasks and accessing runtime services.
162 pub fn handle(&self) -> Handle {
163 Handle {
164 executor: Arc::clone(&self.executor),
165 }
166 }
167
168 /// Create a new simulated node.
169 ///

Callers 15

enter_or_create_runtimeFunction · 0.80
mainFunction · 0.80
durableMethod · 0.80
reopenMethod · 0.80
runtimeMethod · 0.80
load_1_2_dataFunction · 0.80
create_nodeMethod · 0.80
pauseMethod · 0.80

Calls

no outgoing calls