Gemstone.Threading 1.0.149

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Gemstone.Threading --version 1.0.149
                    
NuGet\Install-Package Gemstone.Threading -Version 1.0.149
                    
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.149" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Gemstone.Threading" Version="1.0.149" />
                    
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.149
                    
#r "nuget: Gemstone.Threading, 1.0.149"
                    
#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.149
                    
#: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.149
                    
Install as a Cake Addin
#tool nuget:?package=Gemstone.Threading&version=1.0.149
                    
Install as a Cake Tool

<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 Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  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 (5)

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.156 125 11/27/2025
1.0.155 485 11/20/2025
1.0.154 475 11/20/2025
1.0.153 320 11/16/2025
1.0.152 220 11/15/2025
1.0.151 223 11/15/2025
1.0.150 290 10/31/2025
1.0.149 272 10/27/2025
1.0.148 230 10/24/2025
1.0.147 290 10/7/2025
1.0.146 283 10/6/2025
1.0.145 277 10/6/2025
1.0.144 251 10/3/2025
1.0.143 273 10/1/2025
1.0.142 290 9/24/2025
1.0.141 392 9/16/2025
1.0.140 262 9/11/2025
1.0.139 267 9/4/2025
1.0.138 271 9/4/2025
1.0.137 244 8/22/2025
1.0.136 198 8/16/2025
1.0.135 213 8/15/2025
1.0.134 220 8/15/2025
1.0.133 250 8/15/2025
1.0.132 255 8/14/2025
1.0.129 552 8/20/2024
1.0.128 1,544 8/14/2024
1.0.127 501 8/13/2024
1.0.126 510 8/9/2024
1.0.125 374 8/5/2024
1.0.124 362 8/2/2024
1.0.123 360 7/30/2024
1.0.122 400 7/28/2024
1.0.121 357 7/28/2024
1.0.120 538 6/15/2024
1.0.119 447 6/13/2024
1.0.118 471 6/13/2024
1.0.117 412 5/9/2024
1.0.116 417 5/8/2024
1.0.115 365 5/8/2024
1.0.114 197 5/8/2024
1.0.110 549 3/13/2024
1.0.109 464 3/7/2024
1.0.108 516 2/19/2024
1.0.107 597 12/20/2023
1.0.106 553 12/15/2023
1.0.105 201 12/15/2023
1.0.102 511 11/12/2023
1.0.101 687 10/26/2023
1.0.100 791 8/18/2023
1.0.99 799 7/1/2023
1.0.98 655 6/18/2023
1.0.97 655 6/18/2023
1.0.96 652 6/17/2023
1.0.95 607 6/16/2023
1.0.94 629 6/16/2023
1.0.93 645 6/15/2023
1.0.92 625 6/12/2023
1.0.91 655 6/12/2023
1.0.90 589 6/12/2023
1.0.89 578 6/11/2023
1.0.88 294 5/26/2023
1.0.87 788 3/9/2023
1.0.86 1,244 8/12/2022
1.0.85 1,158 7/20/2022
1.0.84 1,312 4/6/2022
1.0.83 1,245 3/2/2022
1.0.82 1,184 3/1/2022
1.0.81 1,310 2/25/2022
1.0.80 777 12/24/2021
1.0.79 750 12/24/2021
1.0.78 827 11/18/2021
1.0.77 813 11/17/2021
1.0.76 935 11/3/2021
1.0.73 873 9/29/2021
1.0.72 908 9/16/2021
1.0.71 846 9/16/2021
1.0.70 888 9/15/2021
1.0.69 839 8/21/2021
1.0.68 898 6/11/2021
1.0.67 908 5/8/2021
1.0.66 854 5/4/2021
1.0.65 916 2/28/2021
1.0.64 957 1/14/2021
1.0.63 1,059 11/6/2020
1.0.62 973 10/30/2020
1.0.61 1,269 9/16/2020
1.0.60 1,038 9/9/2020
1.0.59 1,054 9/5/2020
1.0.58 1,036 9/4/2020
1.0.57 1,093 8/14/2020
1.0.56 999 8/4/2020
1.0.55 885 7/22/2020
1.0.54 1,047 7/16/2020
1.0.53 1,008 7/16/2020
1.0.52 1,074 7/16/2020
1.0.51 1,037 7/7/2020
1.0.50 1,068 7/1/2020
1.0.49 1,051 7/1/2020
1.0.48 1,042 6/30/2020
1.0.47 1,125 6/27/2020
1.0.46 1,129 6/25/2020
1.0.45 1,068 6/24/2020
1.0.44 670 6/24/2020
1.0.43 1,062 6/23/2020
1.0.42 1,182 6/21/2020
1.0.41 1,150 6/20/2020
1.0.40 1,032 6/17/2020
1.0.39 1,104 6/12/2020
1.0.38 1,016 6/12/2020
1.0.37 1,142 6/12/2020
1.0.36 1,092 6/6/2020
1.0.35 1,052 6/3/2020
1.0.34 1,104 5/23/2020
1.0.33 1,045 5/5/2020
1.0.32 1,088 5/1/2020
1.0.31 1,090 4/30/2020
1.0.30 1,083 4/29/2020
1.0.29 1,069 4/28/2020
1.0.28 1,070 4/27/2020
1.0.27 1,053 4/26/2020
1.0.26 1,076 4/25/2020
1.0.25 1,059 4/24/2020
1.0.24 1,080 4/23/2020
1.0.23 1,067 4/22/2020
1.0.22 1,096 4/21/2020
1.0.21 1,027 4/17/2020
1.0.20 881 4/11/2020
1.0.19 915 2/4/2020
1.0.18 921 1/30/2020
1.0.17 985 1/22/2020
1.0.16 953 1/19/2020
1.0.15 948 1/19/2020
1.0.14 992 1/19/2020
1.0.13 928 1/17/2020
1.0.12 913 1/16/2020
1.0.11 974 1/15/2020
1.0.10 928 1/13/2020
1.0.9 942 1/13/2020
1.0.8 923 1/13/2020
1.0.7 960 1/13/2020
1.0.6 908 1/13/2020