Skip to content

Releases: amibar/SmartThreadPool

Support .net core 3.1, 5.0

16 Jul 10:01
Compare
Choose a tag to compare

Added support to .net core 3.1, 5.0

Breaking change:
Shutdown() doesn't use Thread.Abort by default anymore, since .net core doesn't support it.
If you work with .net framework, you can still force Thread.Abort, but it is not the default.

v2.2.4

16 Sep 20:34
Compare
Choose a tag to compare
Updated change log and version