v0.6.2
Bug Fixes
-
stalling issue when threadpool is used is no more.
The issue seems to have been thatinstall
blocks whereasspawn
properly releases the main thread.This seems to have been changed subtly due to changes in
rayon
,
which breaks an assumption on how the code is executed.Replacing
install()
withspawn
calls resolved the issue.
Commit Statistics
- 4 commits contributed to the release.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages