Class: Trellodon::Schedulers::Threaded

Inherits:
Base
  • Object
show all
Defined in:
lib/trellodon/schedulers/threaded.rb

Instance Method Summary collapse

Instance Method Details

#post(&block) ⇒ Object



8
9
10
# File 'lib/trellodon/schedulers/threaded.rb', line 8

def post(&block)
  Thread.new(&block)
end