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