PostState.defer
void defer(scope void delegate() @safe nothrow callback) @safe nothrowAppend a callback to the defer queue.
Parameters
callback | Function to execute on the next loop turn. |
void defer(scope void delegate() @safe nothrow callback) @safe nothrowAppend a callback to the defer queue.
callback | Function to execute on the next loop turn. |