Skip to content

Releases: amibar/SmartThreadPool

Support .net core 3.1, 5.0

Choose a tag to compare

@amibar amibar released this 16 Jul 10:01

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

Choose a tag to compare

@amibar amibar released this 16 Sep 20:34
Updated change log and version