CARB_MAYBE_ASYNC#

Defined in carb/tasking/TaskingHelpers.h

CARB_MAYBE_ASYNC#

A macro that can be used to mark a function as possibly async, that is, it may execute in the context of a task.

void CARB_MAYBE_ASYNC Context::loadTask();