HtheChemist / BitBurnerCentralManager

A prototype thread manager for BitBurner
MIT License
26 stars 12 forks source link

Amelioration: Find a way to have Just In Time thread allocation #6

Closed HtheChemist closed 2 years ago

HtheChemist commented 2 years ago

Currently, the threads are pre-allocated, locking the hack threads until the grow and weaken ones are done. Those threads could potentially be used in the meantime for either short hack or XP Farming.

HtheChemist commented 2 years ago

Modified the way the orchestrator work so no threads are unused now.