# File lib/concurrent/channel/buffer/timer.rb, line 31 def next loop do tick, more = do_poll return tick, more if tick Thread.pass end end
# File lib/concurrent/channel/buffer/timer.rb, line 16 def offer(item) false end
# File lib/concurrent/channel/buffer/timer.rb, line 39 def poll tick, _ = do_poll tick = Concurrent::NULL unless tick tick end
Generated with the Darkfish Rdoc Generator 2.