TaskScheduler.yield

Lets other pending tasks execute before continuing execution.

This will give other tasks or events a chance to be processed. If multiple tasks call this function, they will be processed in a fírst-in-first-out manner.

struct TaskScheduler
@safe
void
yield
()

Meta