1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-26 07:03:22 +00:00
CC-Tweaked/src
SquidDev c6bd88f3ad Attempt to cut out a lot of synchronized calls
A lot of these don't actually have any effect as they'll only be called
on the main thread or they are getters where the state is guaranteed to
be consistent whenever it is accessed.

Hopefully this'll reduce the chance of world updates being blocked by
waiting for peripheral locks to be released.
2018-08-25 21:17:48 +01:00
..
main Attempt to cut out a lot of synchronized calls 2018-08-25 21:17:48 +01:00
test/java/dan200/computercraft/shared/wired Various improvements to peripheral invalidation 2018-04-16 18:22:28 +01:00