class Concurrent::RubyExecutorService

def initialize(*args, &block)

def initialize(*args, &block)
  super
  @StopEvent    = Event.new
  @StoppedEvent = Event.new
end