issues
search
Prunoideae
/
ProbeJS
Supercharging your modpack experience.
GNU General Public License v3.0
47
stars
15
forks
source link
Better thread handling
#89
Closed
ZZZank
closed
3 months ago
ZZZank
commented
3 months ago
This PR:
Adds name for threads created by ProbeJS, which will be useful for debug.
Adds a new class
ProbeDumpingThread
to handle the creation of dumping threads, and guard against creating multiple dumping threads.
There's also a new lang entry, used when users call
/probejs dump
command even though a dumping thread si already running.
This PR:
ProbeDumpingThread
to handle the creation of dumping threads, and guard against creating multiple dumping threads./probejs dump
command even though a dumping thread si already running.