72 73 74
# File 'lib/green/hub/em.rb', line 72 def callback(cb=nil, &blk) ::EM.next_tick(cb || blk) end