@api Channel @!macro edge_warning
# File lib/concurrent/channel/waitable_list.rb, line 30 def delete(value) synchronize { @list.delete(value) } end
# File lib/concurrent/channel/waitable_list.rb, line 19 def empty? synchronize { @list.empty? } end
# File lib/concurrent/channel/waitable_list.rb, line 23 def put(value) synchronize do @list << value ns_signal end end
Generated with the Darkfish Rdoc Generator 2.