MCPcopy Create free account
hub / github.com/Bloom-Engine/engine / pump_run_loop

Function pump_run_loop

native/ios/src/lib.rs:95–97  ·  view source on GitHub ↗
(seconds: f64)

Source from the content-addressed store, hash-verified

93}
94
95fn pump_run_loop(seconds: f64) {
96 unsafe { CFRunLoopRunInMode(kCFRunLoopDefaultMode, seconds, 0); }
97}
98
99// ============================================================
100// Register BloomMetalView — UIView subclass with +layerClass = CAMetalLayer

Callers 1

pollster_block_onFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected