yyc_tasks_update

function

yyc_tasks_update()

Description

Executes tasks in a single thread. This should be called every frame in the step event of a controller object if YYC Boost is not available. You can control how much time in a single frame can be used for executing tasks through YYC_TASKS_MS_PER_FRAME, but at least one task is always executed if available.

Example

if (!yyc_is_boost())
{
    yyc_tasks_update();
}

See also

YYC_TASKS_MS_PER_FRAME, yyc_is_boost

Do you find this page helpful?

Copyright © 2021, Patrik Kraif. Built on October 14, 2021 using GMDoc.