MarkCiliaVincenti / AsyncKeyedLockLinks
An asynchronous .NET Standard 2.0 library that allows you to lock based on a key (keyed semaphores), limiting concurrent threads sharing the same key to a specified number, with optional pooling for reducing memory allocations.
☆242Updated last month
Alternatives and similar repositories for AsyncKeyedLock
Users that are interested in AsyncKeyedLock are comparing it to the libraries listed below
Sorting:
- Source generator that helps register attribute marked services in the dependency injection ServiceCollection☆180Updated 3 weeks ago
- A Job Scheduler sitting on top of IHostedService in dotnet.☆177Updated last week
- Intelligent Enums☆216Updated 6 months ago
- A project which uses Source Generation to create a FluentBuilder for a specified model or DTO☆189Updated last month
- .NET library with advanced reflection APIs.☆222Updated last month
- Build time tools in the flavor of Dapper☆413Updated 3 weeks ago
- C# Source Generator to automatically register dependencies in Microsoft Dependency Injection Service Collection☆96Updated 11 months ago
- Library to write triggers in C# with EF.Core☆122Updated 6 months ago
- Structured concurrency support for C#☆276Updated 2 years ago
- 🔀 Extension method for StringComparison that adds support for natural sorting (e.g. "abc1", "abc2", "abc10" instead of "abc1", "abc10", …☆195Updated 3 weeks ago
- 7x-10x faster alternative to MemoryCache. A high-performance, lighweight (8KB dll) and thread-safe memory cache for .NET.☆165Updated last month
- Interpolated Strings but in reverse! A very cursed C# parser library.☆260Updated 3 months ago
- Source Generated implementation of the Mediator pattern☆137Updated 2 weeks ago
- A set of extensions for optimizing/simplifying System.Threading.Channels usage.☆478Updated last month
- Configure async code's ConfigureAwait at a global level☆454Updated 3 months ago
- Extensions to LINQ to Objects☆121Updated last month
- Sql Builder using Interpolated Strings☆249Updated 3 weeks ago
- 🔑🔒 Lock your c# threads by key☆71Updated 6 months ago
- The C# Source Generator Playground☆146Updated 3 years ago
- An extremely light and modern Operation Result Pattern library for .NET.☆153Updated 2 months ago
- Use the AnyOf<TFirst, TSecond, ...> type to handle multiple defined types as input parameters or return values for methods.☆116Updated 6 months ago
- Assembly scanning source generator for Microsoft.Extensions.DependencyInjection☆68Updated this week
- Exposes project and assembly level information as constants in the ThisAssembly class using source generators powered by Roslyn.☆477Updated this week
- A source generator that automatically migrates your logging calls to the LoggerMessage version☆90Updated last month
- A tool to visualize the activity of the .NET garbage collector.☆180Updated 11 months ago
- Use extension methods in Entity Framework Core queries☆187Updated 2 months ago
- Windows Forms hosting extensions for the .NET Generic Host☆151Updated 3 months ago
- A C# source generator to create an enumeration class from an enum type. With this package, you can work on enums very, very fast without …☆191Updated 2 months ago
- Generate fluent builders for your C# classes with ease.☆117Updated 2 months ago
- Zero Allocation Writer/Reader Parser for .NET Core☆303Updated 9 months ago