Skip to content

v0.9.7

Choose a tag to compare

@github-actions github-actions released this 04 Nov 10:33
· 5 commits to main since this release
c5dd2bc

Libtask v0.9.7

Diff since v0.9.6

Fix a concurrency bug, where Libtask would sometimes crash with a "Multiple concurrent writes to Dict detected!" error when TapedTasks were being executed concurrently.

Merged pull requests:

  • Fix concurrenty issue with global MC cache (#203) (@mhauru)

Closed issues:

  • Writing to mc_cache is not thread-safe (#202)