module documentation

License: Apache 2.0

VERSION INFO:

  $Repo: async_example_program
$Author: Anders Wiklund
  $Date: 2023-10-01 06:15:18
   $Rev: 14
Async Function delay Start another coroutine after a delay in seconds.
async def delay(callback: Coroutine, seconds: int): (source)

Start another coroutine after a delay in seconds.

Parameters
callback:CoroutineCoroutine to call after the delay.
seconds:intDelay time.