Consts
asyncBackend = "chronos"
useAsyncdispatch = false
useChronos = true
Procs
proc drainEventLoop(timeout = 500) {....raises: [CatchableError], tags: [RootEffect].}
- Run the event loop until there's nothing left or the timeout is reached.
asyncBackend = "chronos"
useAsyncdispatch = false
useChronos = true
proc drainEventLoop(timeout = 500) {....raises: [CatchableError], tags: [RootEffect].}