Class: Blodsband::Multi

Inherits:
EM::Synchrony::Multi
  • Object
show all
Defined in:
lib/blodsband/multi.rb

Defined Under Namespace

Classes: Error

Instance Method Summary collapse

Instance Method Details

#really_performObject

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