Method: OFlow::Task#request_timeout

Defined in:
lib/oflow/task.rb

#request_timeoutFloat

Returns the default timeout for the time to wait for the Task to be ready to accept a request using the receive() method.

Returns:

  • (Float)

    current timeout for the receive() method



250
251
252
# File 'lib/oflow/task.rb', line 250

def request_timeout()
  @req_timeout
end