# File lib/amqp/client.rb, line 90 def add_channel(mq) @_channel_mutex.synchronize do channels[ key = (channels.keys.max || 0) + 1 ] = mq key end end