class Concurrent::ImmediateExecutor

def initialize

Creates a new executor
def initialize
  @stopped = Concurrent::Event.new
end