Gemstone.Threading 1.0.135

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.135
                    
NuGet\Install-Package Gemstone.Threading -Version 1.0.135
                    
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.135" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Gemstone.Threading" Version="1.0.135" />
                    
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.135
                    
#r "nuget: Gemstone.Threading, 1.0.135"
                    
#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.135
                    
#: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.135
                    
Install as a Cake Addin
#tool nuget:?package=Gemstone.Threading&version=1.0.135
                    
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.137 121 8/22/2025
1.0.136 90 8/16/2025
1.0.135 116 8/15/2025
1.0.134 125 8/15/2025
1.0.133 145 8/15/2025
1.0.132 153 8/14/2025
1.0.129 445 8/20/2024
1.0.128 1,380 8/14/2024
1.0.127 371 8/13/2024
1.0.126 362 8/9/2024
1.0.125 249 8/5/2024
1.0.124 245 8/2/2024
1.0.123 233 7/30/2024
1.0.122 266 7/28/2024
1.0.121 240 7/28/2024
1.0.120 410 6/15/2024
1.0.119 318 6/13/2024
1.0.118 331 6/13/2024
1.0.117 289 5/9/2024
1.0.116 264 5/8/2024
1.0.115 245 5/8/2024
1.0.114 149 5/8/2024
1.0.110 414 3/13/2024
1.0.109 342 3/7/2024
1.0.108 386 2/19/2024
1.0.107 443 12/20/2023
1.0.106 411 12/15/2023
1.0.105 155 12/15/2023
1.0.102 412 11/12/2023
1.0.101 550 10/26/2023
1.0.100 656 8/18/2023
1.0.99 685 7/1/2023
1.0.98 539 6/18/2023
1.0.97 518 6/18/2023
1.0.96 526 6/17/2023
1.0.95 471 6/16/2023
1.0.94 478 6/16/2023
1.0.93 496 6/15/2023
1.0.92 507 6/12/2023
1.0.91 536 6/12/2023
1.0.90 452 6/12/2023
1.0.89 461 6/11/2023
1.0.88 252 5/26/2023
1.0.87 684 3/9/2023
1.0.86 1,153 8/12/2022
1.0.85 1,081 7/20/2022
1.0.84 1,197 4/6/2022
1.0.83 1,148 3/2/2022
1.0.82 1,094 3/1/2022
1.0.81 1,180 2/25/2022
1.0.80 712 12/24/2021
1.0.79 651 12/24/2021
1.0.78 721 11/18/2021
1.0.77 707 11/17/2021
1.0.76 796 11/3/2021
1.0.73 773 9/29/2021
1.0.72 800 9/16/2021
1.0.71 746 9/16/2021
1.0.70 776 9/15/2021
1.0.69 759 8/21/2021
1.0.68 783 6/11/2021
1.0.67 795 5/8/2021
1.0.66 745 5/4/2021
1.0.65 836 2/28/2021
1.0.64 828 1/14/2021
1.0.63 954 11/6/2020
1.0.62 868 10/30/2020
1.0.61 1,164 9/16/2020
1.0.60 925 9/9/2020
1.0.59 943 9/5/2020
1.0.58 936 9/4/2020
1.0.57 964 8/14/2020
1.0.56 887 8/4/2020
1.0.55 800 7/22/2020
1.0.54 947 7/16/2020
1.0.53 900 7/16/2020
1.0.52 968 7/16/2020
1.0.51 916 7/7/2020
1.0.50 955 7/1/2020
1.0.49 920 7/1/2020
1.0.48 933 6/30/2020
1.0.47 1,020 6/27/2020
1.0.46 1,026 6/25/2020
1.0.45 972 6/24/2020
1.0.44 595 6/24/2020
1.0.43 955 6/23/2020
1.0.42 1,064 6/21/2020
1.0.41 1,017 6/20/2020
1.0.40 937 6/17/2020
1.0.39 974 6/12/2020
1.0.38 900 6/12/2020
1.0.37 1,001 6/12/2020
1.0.36 979 6/6/2020
1.0.35 931 6/3/2020
1.0.34 988 5/23/2020
1.0.33 932 5/5/2020
1.0.32 978 5/1/2020
1.0.31 988 4/30/2020
1.0.30 966 4/29/2020
1.0.29 951 4/28/2020
1.0.28 970 4/27/2020
1.0.27 947 4/26/2020
1.0.26 970 4/25/2020
1.0.25 958 4/24/2020
1.0.24 954 4/23/2020
1.0.23 950 4/22/2020
1.0.22 969 4/21/2020
1.0.21 938 4/17/2020
1.0.20 793 4/11/2020
1.0.19 808 2/4/2020
1.0.18 828 1/30/2020
1.0.17 886 1/22/2020
1.0.16 873 1/19/2020
1.0.15 866 1/19/2020
1.0.14 904 1/19/2020
1.0.13 842 1/17/2020
1.0.12 830 1/16/2020
1.0.11 891 1/15/2020
1.0.10 832 1/13/2020
1.0.9 844 1/13/2020
1.0.8 858 1/13/2020
1.0.7 876 1/13/2020
1.0.6 815 1/13/2020