Hello!
I have a timer I'd like as a part of a task. However, the timer returns back on a render thread, not the Task thread, and therefore I can't do any of the stuff that's not available on a SceneGraph render thread.
Is there any way around this? For reference, I'm doing a simple "Every 5 seconds make a network request" inside a standalone task.