• This is a hack to immitate asyncio.create_task so that func will be run after the current event loop iteration.

    Parameters

    • func: (() => void)

      The function to run.

        • (): void
        • Returns void

    Returns void