class Datadog::Tracing::Contrib::ConcurrentRuby::ContextCompositeExecutorService

def can_overflow?

Respect the {Concurrent::ExecutorService} interface
def can_overflow?
  @composited_executor.can_overflow?
end