Idle Queue's icon

Idle Queue 1.0.1 Tools 4.0 Community

Submitted by user ZombieHartGames; MIT; 2024-08-14

Singleton script that will process methods during idle time on the main thread.
The IdleQueue singleton places callables in a queue to be executed when the cpu is not busy, prioritizing the physics and main processes of the game with minimal effect on the frame rate. This allows methods to be run in the background on the main thread. (All member functions of this singleton are thread safe).


View files Download Submit an issue Recent Edits