You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## ThreadPools v2.1.1
[Diff since v2.1.0](v2.1.0...v2.1.1)
**Closed issues:**
- Tasks spawned with tspawnat can migrate on 1.7 (#32)
**Merged pull requests:**
- Fix tspawnat on julia 1.7+ by making the task sticky (#33) (@IanButterworth)
## ThreadPools v2.1.0
[Diff since v2.0.1](v2.0.1...v2.1.0)
**Closed issues:**
- No docs on passing the pool to a function (#27)
**Merged pull requests:**
- add spawn_background (#29) (@SimonDanisch)
## ThreadPools v1.1.4
[Diff since v1.1.3](v1.1.3...v1.1.4)
**Closed issues:**
- qmap hangs forever when using do notation (#14)
- Highly fluctuating CPU % (#19)
## ThreadPools v1.1.2
[Diff since v1.1.1](v1.1.1...v1.1.2)
**Closed issues:**
- qmap hangs forever when using do notation (#14)
- qmap doesn't work with Iterators.product (#15)