Method Concurrent.Future()->delay()
- Method delay
this_programdelay(int|floatseconds)- Description
Return a Future that will be fulfilled with the fulfilled result of this Future, but not until at least
secondshave passed.
this_program delay(int|float seconds)
Return a Future that will be fulfilled with the fulfilled
result of this Future, but not until at least seconds have passed.