MCPcopy Create free account
hub / github.com/GCWing/BitFun / wait_for_events

Method wait_for_events

src/crates/execution/agent-runtime/src/event_queue.rs:214–216  ·  view source on GitHub ↗

Wait for events (used for consumers)

(&self)

Source from the content-addressed store, hash-verified

212
213 /// Wait for events (used for consumers)
214 pub async fn wait_for_events(&self) {
215 self.notify.notified().await;
216 }
217
218 /// Get queue size
219 pub async fn len(&self) -> usize {

Callers 2

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected