VoltzEngine-Project / Engine

Minecraft modding core lib
Other
13 stars 11 forks source link

Implement thread monitoring #21

Open DarkGuardsman opened 9 years ago

DarkGuardsman commented 9 years ago

We need a way to check what threads are runing from VoltzEngine. This includes the explosive calcuation threads and head map thread.

We should also consider adding ways to debug, monitor, time, and kill threads. Possible threw an external GUI system or in-game overlay for devs only.