module Watcher

Direct including types

Defined in:

topia/watcher.cr

Class Method Summary

Class Method Detail

def self.timestamp_for(file : String) #

Get file timestamp using File.stat


[View source]
def self.watch(files, interval : Int32 | Float64, &) #

Allow to watch file changes using Watcher.watch


[View source]
def self.watch(files, &) #

[View source]