Class: Blodsband::Multi
- Inherits:
-
EM::Synchrony::Multi
- Object
- EM::Synchrony::Multi
- Blodsband::Multi
- Defined in:
- lib/blodsband/multi.rb
Defined Under Namespace
Classes: Error
Instance Method Summary collapse
-
#really_perform ⇒ Object
Does exactly what EventMachine::Synchrony::Multi does, but keeps waiting until it is really REALLY finished (and not just until it just happens to get scheduled again).
Instance Method Details
#really_perform ⇒ Object
Does exactly what EventMachine::Synchrony::Multi does, but keeps waiting until it is really REALLY finished (and not just until it just happens to get scheduled again).
31 32 33 |
# File 'lib/blodsband/multi.rb', line 31 def really_perform perform while !finished? end |