module FSWatch
Defined in:
event.crfswatch.cr
monitor.cr
session.cr
thread_portal.cr
Constant Summary
-
VERSION =
"0.1.0"
Class Method Summary
- .event_flag_by_name(name : String) : EventFlag
- .event_flag_name(flag : EventFlag)
- .init
- .verbose
- .verbose=(value : Bool)
- .watch(path : String | Path, *, latency : Float64 | Nil = nil, recursive : Bool | Nil = nil, directory_only : Bool | Nil = nil, follow_symlinks : Bool | Nil = nil, allow_overflow : Bool | Nil = nil, properties : Hash(String, String) | Nil = nil, event_type_filters : Array(EventTypeFilter) | Nil = nil, filters : Array(MonitorFilter) | Nil = nil, &block : Event -> )
Class Method Detail
def self.watch(path : String | Path, *, latency : Float64 | Nil = nil, recursive : Bool | Nil = nil, directory_only : Bool | Nil = nil, follow_symlinks : Bool | Nil = nil, allow_overflow : Bool | Nil = nil, properties : Hash(String, String) | Nil = nil, event_type_filters : Array(EventTypeFilter) | Nil = nil, filters : Array(MonitorFilter) | Nil = nil, &block : Event -> )
#