Class: InternetHakai::SimpleQueue
- Inherits:
-
BaseHandler
- Object
- BaseHandler
- InternetHakai::SimpleQueue
- Defined in:
- lib/internethakai/executor.rb
Constant Summary collapse
- UNIQUE_BY_THREAD =
false
Instance Method Summary collapse
Methods inherited from BaseHandler
clear, clearall, get_class, get_config, get_handler, get_instance, get_instance_thread, get_thread_id, #initialize, #on_create, set_config, set_thread_id, unique_by_thread?
Constructor Details
This class inherits a constructor from InternetHakai::BaseHandler
Instance Method Details
#add(*ar) ⇒ Object
45 46 47 |
# File 'lib/internethakai/executor.rb', line 45 def add *ar task, arg = ar end |