CARB_ASYNC

Defined in carb/tasking/TaskingHelpers.h

CARB_ASYNC

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

Generally the body of the function has one of CARB_ASSERT_ASYNC, CARB_CHECK_ASYNC, or CARB_FATAL_UNLESS_ASYNC.

void CARB_ASYNC Context::loadTask();