Base
Polling Adapter that works cross-platform and has no dependencies. This is the adapter that uses the most CPU processing power and has higher file IO than the other implementations.
# File lib/listen/adapter/polling.rb, line 11 def self.usable? true end
# File lib/listen/adapter/polling.rb, line 15 def start Thread.new { _poll_directories } end
[Validate]
Generated with the Darkfish Rdoc Generator 2.