Traitsยง
- VRMain
Thread Heartbeat - Each VR service may have some code which needs to run on the main thread,
for example window creation on MacOS is only supported on the main thread.
Implementations of this trait will usually be neither
Sync
norSend
.