Method Concurrent.Future()->delay()
- Method
delay
this_program
delay(int
|float
seconds
)- Description
Return a Future that will be fulfilled with the fulfilled result of this Future, but not until at least
seconds
have 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.