Monkeypatch Thread to include a method for obtaining the current Scheduler
13 14 15
# File 'lib/revactor/actor.rb', line 13 def _revactor_scheduler @_revactor_scheduler ||= Actor::Scheduler.new end