PostState.defer

void defer(scope void delegate() @safe nothrow callback) @safe nothrow

Append a callback to the defer queue.

Parameters

callbackFunction to execute on the next loop turn.