[ANN] ThreadPools.jl v1.2: improved thread management for background and nonuniform tasks

Happy New Year, all. Just letting everyone know that ThreadPools.jl has revved to v1.2. There is no change in the higher-level API, but any “disappearing exception” problems should be a thing of the past, even with the queued scheduling strategies. There are also some changes in the lower-level API to make things more consistent and composable.

Please let me know if you have any issues, in particular with any hangs due to exceptions not propagating back to the main thread. Have a good year, everybody.

14 Likes

As a newbie, I’ve found ThreadPools’s logging extremely helpful. Thanks for the great package!

2 Likes

Great to hear! If you think of any other utilities I can add to make developing easier, just let me know.

1 Like