Class: RailsDevelopmentBoost::Async::Reactor::Windows

Inherits:
Base
  • Object
show all
Defined in:
lib/rails_development_boost/async/reactor.rb

Constant Summary collapse

TARGET_OS_REGEX =
/mswin|mingw|cygwin/i
GEM_NAME =
'wdm'
GEM_VERSION =
'>= 0.0.3'

Method Summary

Methods inherited from Base

#alive_and_watching?, #initialize, #start!, #stop, usable?, #watch

Constructor Details

This class inherits a constructor from RailsDevelopmentBoost::Async::Reactor::Base