Method Concurrent.Future()->timeout()
- Method
timeout
this_program
timeout(int
|float
seconds
)- Description
Return a Future that will either be fulfilled with the fulfilled result of this Future, or be failed after
seconds
have expired.
this_program
timeout(int
|float
seconds
)
Return a Future that will either be fulfilled with the fulfilled
result of this Future, or be failed after seconds
have expired.