MCPcopy Index your code
hub / github.com/Andy-Python-Programmer/aero / wait

Method wait

src/aero_kernel/src/utils/sync.rs:166–173  ·  view source on GitHub ↗

Sleeps until a condition is met. Should be used when waiting for events such as data being written to a pipe. Returns [`SignalError::Interrupted`] if the wait was interrupted by a signal.

(
        &self,
        flags: WaitQueueFlags,
        mutex: &'a Mutex<T>,
        cond: F,
    )

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

readMethod · 0.45
waitpidMethod · 0.45

Calls 1

_waitMethod · 0.80

Tested by

no test coverage detected