class Concurrent::RubySingleThreadExecutor

def alive?

@!visibility private
def alive?
  @thread && @thread.alive?
end