Method: Moped::Threaded#executing?
- Defined in:
- lib/moped/threaded.rb
#executing?(name) ⇒ true
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Are in the middle of executing the named stack
36 37 38 |
# File 'lib/moped/threaded.rb', line 36 def executing?(name) !stack(name).empty? end |