MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / notifier

Method notifier

nodedb/src/data/eventfd.rs:68–70  ·  view source on GitHub ↗

Create a `Send + Sync` notifier handle for the Control Plane.

(&self)

Source from the content-addressed store, hash-verified

66
67 /// Create a `Send + Sync` notifier handle for the Control Plane.
68 pub fn notifier(&self) -> EventFdNotifier {
69 EventFdNotifier { fd: self.fd }
70 }
71}
72
73impl Drop for EventFd {

Callers 4

create_and_signalFunction · 0.80
poll_wait_signaledFunction · 0.80
spawn_coreFunction · 0.80

Calls

no outgoing calls

Tested by 3

create_and_signalFunction · 0.64
poll_wait_signaledFunction · 0.64