onNextTick

Schedule a function to run on the next event loop iteration. Can be used to queue logic to run once all current execution frames exit. Similar to e.g. process.nextTick in Node.

version(!LIBEV)
pure @safe nothrow
void
onNextTick
(,
void delegate
()
dg
)

Meta