Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

The default implementation is a stdlib Queue (http://www.ruby-doc.org/stdlib/libdoc/thread/rdoc/Queue.html) which will be consumed by a Rails::Queueing::ThreadedConsumer (https://github.com/rails/rails/blob/602000b/railties/lib/rai...). You just drop job objects into the queue, and the consumer thread will call #run on them.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: