Skip to content

v0.6.2

Compare
Choose a tag to compare
@Byron Byron released this 13 Dec 19:06
· 16 commits to main since this release
2d1b2fb

Bug Fixes

  • stalling issue when threadpool is used is no more.
    The issue seems to have been that install blocks whereas spawn
    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() with spawn 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

Commit Details

view details
  • Uncategorized
    • Merge branch 'stalling-issue' (7bd2f35)
    • stalling issue when threadpool is used is no more. (bd3e880)
    • refactor (1032308)
    • print each path seen during iteration (5e83ad5)