@!macro executor_service_public_api @!visibility private
@!macro executor_service_method_left_shift
# File lib/concurrent/executor/executor_service.rb, line 166 def <<(task) post(&task) self end
@!macro executor_service_method_can_overflow_question
@note Always returns `false`
# File lib/concurrent/executor/executor_service.rb, line 174 def can_overflow? false end
Generated with the Darkfish Rdoc Generator 2.