# File lib/em/channel.rb, line 24 24: def subscribe(*a, &b) 25: name = gen_id 26: EM.schedule { @subs[name] = EM::Callback(*a, &b) } 27: name 28: end