Class: Driskell::Listen::Adapter::Darwin
- Defined in:
- lib/driskell-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
Method Summary
Methods inherited from Base
#configure, #initialize, #preempt_change, #start, #started?, #stop, usable?
Constructor Details
This class inherits a constructor from Driskell::Listen::Adapter::Base