Index of values


A
add [Async_inotify]
add t path add the path to t to be watched
add_all [Async_inotify]
add_all t path adds the path to t recursively

C
create [Async_inotify]
create path create an inotify watching path.

P
pipe [Async_inotify]
pipe t returns a pipe of filesystem events

R
remove [Async_inotify]
remove t path remove the path from t

S
stop [Async_inotify]
stop t stop watching t
stream [Async_inotify]
stream t returns a stream of filesystem events

T
to_string [Async_inotify.Event]