MCPcopy Create free account
hub / github.com/dfinity/orbit / spawn

Function spawn

libs/orbit-essentials/src/cdk.rs:41–43  ·  view source on GitHub ↗
(_future: F)

Source from the content-addressed store, hash-verified

39 }
40
41 pub fn spawn<F: 'static + std::future::Future<Output = ()>>(_future: F) {
42 // do nothing since this is a mock for testing purposes
43 }
44
45 pub fn next_time() -> u64 {
46 // removes the ns precision of the current time to simulate a round time in nanoseconds

Calls

no outgoing calls