SmartThreadPool.dll
2.3.0
Install-Package SmartThreadPool.dll -Version 2.3.0
dotnet add package SmartThreadPool.dll --version 2.3.0
<PackageReference Include="SmartThreadPool.dll" Version="2.3.0" />
paket add SmartThreadPool.dll --version 2.3.0
#r "nuget: SmartThreadPool.dll, 2.3.0"
// Install SmartThreadPool.dll as a Cake Addin
#addin nuget:?package=SmartThreadPool.dll&version=2.3.0
// Install SmartThreadPool.dll as a Cake Tool
#tool nuget:?package=SmartThreadPool.dll&version=2.3.0
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.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETCoreApp 3.0
- No dependencies.
-
.NETCoreApp 3.1
- No dependencies.
-
.NETFramework 4.0
- No dependencies.
-
.NETFramework 4.5
- No dependencies.
-
.NETFramework 4.6
- No dependencies.
-
.NETStandard 2.0
- No dependencies.
-
net5.0
- No dependencies.
NuGet packages (5)
Showing the top 5 NuGet packages that depend on SmartThreadPool.dll:
Package | Downloads |
---|---|
Plexus.Utils
Plexus Interop is metadata-centric language-agnostic desktop app-to-app interoperability framework with extensible model for launching new instances of desktop Apps on demand. |
|
MQL4CSharp
Metatrader MQL library for C# |
|
FKSharp.Utils
工具包封装 |
|
MoonMig.SimpleThreadPool
MoonMig.SimpleThreadPool |
|
Devmoba.IProxyProcess
iProxyProcess |
GitHub repositories (4)
Showing the top 4 popular GitHub repositories that depend on SmartThreadPool.dll:
Repository | Stars |
---|---|
finos/plexus-interop
Plexus Interop open source project hosted by the Fintech Open Source Foundation
|
|
xiaoqqchen/PcArcBruTile
在ArcGIS中快速加载网络地图
|
|
AscensionGameDev/Intersect-Engine
Intersect provides a complete game development suite for creating 2d mmorpgs with no programming experience required!
|
|
jseparovic/MQL4CSharp
C# Library for Metatrader 4
|
Added .net core 3.1 and 5.0 support