This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
Changed multi-thread communication
Pre-release
Pre-release
Switched from using Arc to flume channels. This way the output thread can block until a new message from the input thread is available. Additionally the thread reading input was also switched to blocking until new input arrived.
This obviously reduced power draw and heat generation, since these two threads dont run in an endless loop
Full Changelog: v0.5.4...v.0.5.5-beta