Parent

Methods

Listen::Adapter::Polling

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.

Public Class Methods

usable?() click to toggle source
# File lib/listen/adapter/polling.rb, line 11
def self.usable?
  true
end

Public Instance Methods

start() click to toggle source
# File lib/listen/adapter/polling.rb, line 15
def start
  Thread.new { _poll_directories }
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.