pub trait Queueable: QueueableSealed { }
Expand description
Objects that can be registered into the reactor via a Async
.
These objects represent other filters associated with the kqueue
runtime aside from readability
and writability. Rather than waiting on readable/writable, they wait on “readiness”. This is
typically used for signals and child process exits.