module FSWatch

Defined in:

event.cr
fswatch.cr
monitor.cr
session.cr
thread_portal.cr

Constant Summary

VERSION = "0.1.0"

Class Method Summary

Class Method Detail

def self.event_flag_by_name(name : String) : EventFlag #

[View source]
def self.event_flag_name(flag : EventFlag) #

[View source]
def self.init #

[View source]
def self.verbose #

[View source]
def self.verbose=(value : Bool) #

[View source]
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 -> ) #

[View source]