1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-27 02:55:07 +00:00

Correct article.

This commit is contained in:
Thomas Harte 2021-04-04 16:14:47 -04:00
parent afb4e6d37d
commit 448d9dc3e1

View File

@ -207,7 +207,7 @@ template <class T, int multiplier = 1, int divider = 1, class LocalTimeScale = H
};
/*!
A AsyncJustInTimeActor acts like a JustInTimeActor but additionally contains an AsyncTaskQueue.
An AsyncJustInTimeActor acts like a JustInTimeActor but additionally contains an AsyncTaskQueue.
Any time the amount of accumulated time crosses a threshold provided at construction time,
the object will be updated on the AsyncTaskQueue.
*/