class Concurrent::SerializedExecutionDelegator

def initialize(executor)

def initialize(executor)
  @executor   = executor
  @serializer = SerializedExecution.new
  super(executor)
end