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

Method response_wake_fd

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

Raw fd for the response-available signal (register with Tokio's AsyncFd).

(&self)

Source from the content-addressed store, hash-verified

179
180 /// Raw fd for the response-available signal (register with Tokio's AsyncFd).
181 pub fn response_wake_fd(&self) -> std::os::unix::io::RawFd {
182 self.rsp_wake.consumer_wake.as_fd()
183 }
184
185 /// Raw fd for the request-space-available signal.
186 pub fn request_space_fd(&self) -> std::os::unix::io::RawFd {

Callers 1

newMethod · 0.80

Calls 1

as_fdMethod · 0.80

Tested by

no test coverage detected