MrGunflame / big-gaming

GNU General Public License v3.0
0 stars 0 forks source link

Async task system for UI #286

Open MrGunflame opened 1 month ago

MrGunflame commented 1 month ago

Some dynamic widgets require constant events, instead of just callbacks. We can give them access to the TaskPool to allow them to spawn async tasks.