Returns a new instance of Executor.
5 6 7 8 9 10
# File 'lib/pollen/server.rb', line 5 def initialize @events = {} @incoming = [] @mutex = Mutex.new @event_loop = EventLoop.new end