module Concurrent::ExecutorService

def can_overflow?

Other tags:
    Note: - Always returns `false`
def can_overflow?
  false
end