TaskScheduler.schedule

Runs any pending tasks.

A pending tasks is a task that is scheduled to be resumed by either yield or switchTo.

struct TaskScheduler
@safe nothrow nothrow
schedule
()

Return Value

Returns true iff there are more tasks left to process.

Meta