MCPcopy Create free account
hub / github.com/ermak-dev/cloudpub / closed

Method closed

common/src/data.rs:91–96  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

89 }
90
91 pub async fn closed(&self) {
92 trace!("{:?} waiting for channel to close", self);
93 while !self.closed.load(Ordering::SeqCst) {
94 self.notify.notified().await;
95 }
96 }
97}
98
99impl Debug for DataChannel {

Callers

nothing calls this directly

Calls 1

loadMethod · 0.80

Tested by

no test coverage detected