Class: Listen::Adapter::Darwin

Inherits:
Base
  • Object
show all
Defined in:
lib/listen/adapter/darwin.rb

Overview

Adapter implementation for Mac OS X ‘FSEvents`.

Constant Summary collapse

OS_REGEXP =
/darwin(1.+)?$/i
DEFAULTS =

The default delay between checking for changes.

{ latency: 0.1 }

Instance Attribute Summary

Attributes inherited from Base

#config, #options

Method Summary

Methods inherited from Base

#configure, #initialize, #start, #started?, #stop, usable?

Constructor Details

This class inherits a constructor from Listen::Adapter::Base