mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2026-05-22 13:32:06 +00:00
67af7a698b
- Move state management (turnOn, shutdown, etc...) event handling and the command queue into a ComputerExecutor - This means the computer thread now just handles running "work" on computer executors, rather than managing a separate command queue + requeuing it.