Sascha-T / create-computing

W.I.P.
European Union Public License 1.2
9 stars 6 forks source link

Move redstone signal functions off the main thread #10

Open Martijnpold opened 2 years ago

Martijnpold commented 2 years ago

Improve the computerized redstone link signal functions to be usable off the main thread, allowing for more than one signal change per tick.

Also slightly optimize dirty marking by only allowing one dirty update to be scheduled at a time since a single call would process every update made.