Skip to content
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
Compare
Choose a tag to compare
@robertosw robertosw released this 17 Sep 14:56
· 28 commits to main since this 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