VOOZH about

URL: https://www.nuget.org/packages/Gemstone.Threading/

⇱ NuGet Gallery | Gemstone.Threading 1.0.178




👁 Image
Gemstone.Threading 1.0.178

Prefix Reserved
dotnet add package Gemstone.Threading --version 1.0.178
 
 
NuGet\Install-Package Gemstone.Threading -Version 1.0.178
 
 
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Gemstone.Threading" Version="1.0.178" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Gemstone.Threading" Version="1.0.178" />
 
Directory.Packages.props
<PackageReference Include="Gemstone.Threading" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Gemstone.Threading --version 1.0.178
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Gemstone.Threading, 1.0.178"
 
 
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Gemstone.Threading@1.0.178
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Gemstone.Threading&version=1.0.178
 
Install as a Cake Addin
#tool nuget:?package=Gemstone.Threading&version=1.0.178
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

<img align="right" src="img/gemstone-wide-600.png" alt="gemstone logo">

Threading

GPA Gemstone Library

The Gemstone Threading Library organizes all Gemstone functionality related to threading.

👁 GitHub license
👁 Build status
👁 CodeQL
👁 NuGet

This library includes helpful threading classes like the following:

  • ShortSynchronizedOperation:
    • Represents a short-running synchronized operation, i.e., an Action, that cannot run while it is already in progress. Specifically, the class has the ability to execute an operation on another thread or mark the operation as pending if the operation is already running. When an operation is pending and the current operation completes, the operation will run again, once, regardless of the number of requests to run. See RunAsync and TryRunAsync methods.
    • See also: LongSynchronizedOperation and DelayedSynchronizedOperation.
  • Strand:
    • Schedules tasks in a FIFO queue and executes them in a synchronized asynchronous loop.
  • PriorityStrand:
    • Schedules tasks in a collection of FIFO queues and executes them in priority order.
  • PriorityQueue:
    • Represents a thread-safe prioritized first in-first out (FIFO) collection.
  • ConcurrencyLimiter:
    • Task scheduler that limits the number of tasks that can execute in parallel at any given time.

Among others.

Documentation

Full Library Documentation

Product Versions Compatible and additional computed target framework versions.
.NET net9.0 net9.0 is compatible.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on Gemstone.Threading:

Package Downloads
Gemstone.IO

GPA Gemstone IO Library

Gemstone.Communication

GPA Gemstone Communication Library

Gemstone.Diagnostics

GPA Gemstone Diagnostics Library

Gemstone.Timeseries

GPA Gemstone Timeseries Library

Gemstone.PhasorProtocols

GPA Gemstone PhasorProtocols Library

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.178 215 6/11/2026
1.0.177 222 6/9/2026
1.0.176 219 6/9/2026
1.0.175 359 5/19/2026
1.0.174 266 5/14/2026
1.0.173 273 5/9/2026
1.0.172 278 4/28/2026
1.0.171 288 4/17/2026
1.0.170 250 4/17/2026
1.0.169 246 4/7/2026
1.0.168 297 4/6/2026
1.0.167 250 3/28/2026
1.0.166 339 3/1/2026
1.0.165 277 2/3/2026
1.0.164 296 1/28/2026
1.0.163 241 1/27/2026
1.0.162 241 1/26/2026
1.0.161 336 1/8/2026
1.0.158 338 12/6/2025
1.0.157 855 12/2/2025
Loading failed