mirror of
https://github.com/KDE/kde-linux.git
synced 2026-04-22 15:37:52 -04:00
4c69b7604620ae63b77c0a14c54d8ff0acbbf150
because we fed the calcs channel from the main thread we'd eventually get stuck on the calcs workers waiting for space in the results channel but there'd never be space because the results are processed on the main thread and that is busy feeding calcs ... instead buffer the channels and also make sure to feed them from a goroutine so we are starting processing results while still producing calcs. I feel like this may be an anti pattern and maybe one should put everything in a routine and synchronize them all in the main thread. would prevent this sort of nonesense at least
This is the repository for the KDE Linux project. Please consult the wiki for further information
https://community.kde.org/KDE_Linux
For installation details see the Installation section
Description
Languages
Shell
51.4%
Go
25.5%
Python
7.7%
Rust
7.5%
QML
5.6%
Other
2.3%