1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-29 00:23:23 +00:00
CC-Tweaked/src/main/java/dan200/computercraft/core
SquidDev 7799b8d4cb Convert MainThread into a priority queue
This uses a similar approach to ComputerThread: executors store how long
they've spent executing tasks. We then use that time to prioritise
executors.

One should note that we use the current runtime at the point of adding
to the queue - external tasks will not contribute towards it until a
later execution.
2019-03-26 11:21:40 +00:00
..
apis Introduce IWorkMonitor into the public API 2019-03-26 11:21:16 +00:00
computer Convert MainThread into a priority queue 2019-03-26 11:21:40 +00:00
filesystem Fix leaking file descriptors when closing 2019-02-28 11:24:12 +00:00
lua An initial prototype of main thread rate limiting 2019-03-26 11:21:16 +00:00
terminal Make monitors non-ticking 2019-01-20 15:39:11 +00:00
tracking Remove most instances of non-translatable strings 2019-03-16 10:26:40 +00:00