Skip to content
Daniel Heater edited this page Sep 4, 2015 · 1 revision

Does SRTX/Sleep(nanoseconds) just pause a task or the entire operation of the everything?

It sleeps the current task. However, because of the way the token based scheduler works, if you sleep one task, all tasks in that rategroup (running at the same periodic rate) would be delayed. A tasks running at a different rate would be permitted to continue.

Clone this wiki locally