Module stream

Source
Expand description

Stream-based FSEvents interface.

Re-exports§

pub use crate::flags::StreamFlags;

Structs§

Event
An FSEvents API event.
EventStream
A stream of FSEvents API event batches.
EventStreamHandler
An owned permission to stop an EventStream and terminate its backing RunLoop.

Functions§

create_event_stream
Create a new EventStream and EventStreamHandler pair.