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

Method request_wake_fd

nodedb-bridge/src/async_bridge.rs:251–253  ·  view source on GitHub ↗

Raw fd for the request-available signal (register with TPC event loop).

(&self)

Source from the content-addressed store, hash-verified

249
250 /// Raw fd for the request-available signal (register with TPC event loop).
251 pub fn request_wake_fd(&self) -> std::os::unix::io::RawFd {
252 self.req_wake.consumer_wake.as_fd()
253 }
254
255 /// Raw fd for the response-space-available signal.
256 pub fn response_space_fd(&self) -> std::os::unix::io::RawFd {

Callers 1

tpc_event_loopFunction · 0.80

Calls 1

as_fdMethod · 0.80

Tested by 1

tpc_event_loopFunction · 0.64