Gemstone.Threading 1.0.129

Prefix Reserved
dotnet add package Gemstone.Threading --version 1.0.129                
NuGet\Install-Package Gemstone.Threading -Version 1.0.129                
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.129" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Gemstone.Threading --version 1.0.129                
#r "nuget: Gemstone.Threading, 1.0.129"                
#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.
// Install Gemstone.Threading as a Cake Addin
#addin nuget:?package=Gemstone.Threading&version=1.0.129

// Install Gemstone.Threading as a Cake Tool
#tool nuget:?package=Gemstone.Threading&version=1.0.129                

<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 net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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.129 316 8/20/2024
1.0.128 320 8/14/2024
1.0.127 286 8/13/2024
1.0.126 306 8/9/2024
1.0.125 198 8/5/2024
1.0.124 196 8/2/2024
1.0.123 171 7/30/2024
1.0.122 193 7/28/2024
1.0.121 163 7/28/2024
1.0.120 349 6/15/2024
1.0.119 260 6/13/2024
1.0.118 272 6/13/2024
1.0.117 240 5/9/2024
1.0.116 206 5/8/2024
1.0.115 188 5/8/2024
1.0.114 98 5/8/2024
1.0.110 351 3/13/2024
1.0.109 293 3/7/2024
1.0.108 330 2/19/2024
1.0.107 393 12/20/2023
1.0.106 358 12/15/2023
1.0.105 111 12/15/2023
1.0.102 386 11/12/2023
1.0.101 504 10/26/2023
1.0.100 603 8/18/2023
1.0.99 632 7/1/2023
1.0.98 487 6/18/2023
1.0.97 459 6/18/2023
1.0.96 466 6/17/2023
1.0.95 404 6/16/2023
1.0.94 416 6/16/2023
1.0.93 428 6/15/2023
1.0.92 446 6/12/2023
1.0.91 476 6/12/2023
1.0.90 394 6/12/2023
1.0.89 402 6/11/2023
1.0.88 195 5/26/2023
1.0.87 629 3/9/2023
1.0.86 1,080 8/12/2022
1.0.85 1,011 7/20/2022
1.0.84 1,104 4/6/2022
1.0.83 1,070 3/2/2022
1.0.82 1,012 3/1/2022
1.0.81 1,042 2/25/2022
1.0.80 632 12/24/2021
1.0.79 565 12/24/2021
1.0.78 631 11/18/2021
1.0.77 611 11/17/2021
1.0.76 702 11/3/2021
1.0.73 686 9/29/2021
1.0.72 708 9/16/2021
1.0.71 663 9/16/2021
1.0.70 679 9/15/2021
1.0.69 679 8/21/2021
1.0.68 686 6/11/2021
1.0.67 703 5/8/2021
1.0.66 646 5/4/2021
1.0.65 744 2/28/2021
1.0.64 720 1/14/2021
1.0.63 837 11/6/2020
1.0.62 760 10/30/2020
1.0.61 1,034 9/16/2020
1.0.60 818 9/9/2020
1.0.59 841 9/5/2020
1.0.58 828 9/4/2020
1.0.57 859 8/14/2020
1.0.56 790 8/4/2020
1.0.55 704 7/22/2020
1.0.54 851 7/16/2020
1.0.53 798 7/16/2020
1.0.52 863 7/16/2020
1.0.51 811 7/7/2020
1.0.50 855 7/1/2020
1.0.49 816 7/1/2020
1.0.48 826 6/30/2020
1.0.47 920 6/27/2020
1.0.46 924 6/25/2020
1.0.45 873 6/24/2020
1.0.44 492 6/24/2020
1.0.43 858 6/23/2020
1.0.42 955 6/21/2020
1.0.41 919 6/20/2020
1.0.40 841 6/17/2020
1.0.39 873 6/12/2020
1.0.38 798 6/12/2020
1.0.37 891 6/12/2020
1.0.36 875 6/6/2020
1.0.35 826 6/3/2020
1.0.34 883 5/23/2020
1.0.33 832 5/5/2020
1.0.32 866 5/1/2020
1.0.31 887 4/30/2020
1.0.30 849 4/29/2020
1.0.29 838 4/28/2020
1.0.28 864 4/27/2020
1.0.27 842 4/26/2020
1.0.26 860 4/25/2020
1.0.25 853 4/24/2020
1.0.24 847 4/23/2020
1.0.23 828 4/22/2020
1.0.22 859 4/21/2020
1.0.21 835 4/17/2020
1.0.20 679 4/11/2020
1.0.19 698 2/4/2020
1.0.18 721 1/30/2020
1.0.17 772 1/22/2020
1.0.16 770 1/19/2020
1.0.15 765 1/19/2020
1.0.14 792 1/19/2020
1.0.13 738 1/17/2020
1.0.12 724 1/16/2020
1.0.11 789 1/15/2020
1.0.10 719 1/13/2020
1.0.9 730 1/13/2020
1.0.8 756 1/13/2020
1.0.7 768 1/13/2020
1.0.6 702 1/13/2020