Method Concurrent.Future()->timeout()
- Method timeout
this_programtimeout(int|floatseconds)- Description
Return a Future that will either be fulfilled with the fulfilled result of this Future, or be failed after
secondshave 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.