Module: Concurrent::Executor

Included in:
ImmediateExecutor, JavaExecutor, PerThreadExecutor, RubyExecutor
Defined in:
lib/concurrent/executor/executor.rb

Instance Method Summary collapse

Instance Method Details

#can_overflow?Boolean

Returns:

  • (Boolean)


8
9
10
# File 'lib/concurrent/executor/executor.rb', line 8

def can_overflow?
  false
end