Remove comments left in Workers::Blocking

This commit is contained in:
Thibault Jouan 2015-04-18 03:10:26 +00:00
parent 4015a301cc
commit 416951dcc2

View File

@ -3,10 +3,6 @@ module Uh
module Workers
class Blocking < Base
def work_events
#until yield
# @on_events_read_bang.call
#end
#@on_events_read_bang.call until yield
@on_read_next.call
end
end