class Topia::TaskWatcher

Overview

Handles file watching for tasks separately from Task orchestration

Included Modules

Defined in:

topia/watcher.cr

Constructors

Instance Method Summary

Class methods inherited from module Watcher

timestamp_for(file : String) timestamp_for, watch(files, interval : Int32 | Float64, &)
watch(files, &)
watch

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def block_changes #

[View source]
def configure(path : String) #

[View source]
def delay(duration : Float64, &) #

[View source]
def unblock_changes #

[View source]
def watch_for_changes(&block : -> Void) #

[View source]
def watch_path : String #

[View source]
def watching : Bool #

[View source]