Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added AsyncKeyLock #1166

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ To the extent possible under law, [Vitali Fokin](https://github.com/quozd) has w
* [Interoperability](#interoperability)
* [IoC](#ioc)
* [JavaScript Engines](#javascript-engines)
* [Locking](#locking)
* [Logging](#logging)
* [Mail](#mail)
* [Machine Learning and Data Science](#machine-learning-and-data-science)
Expand Down Expand Up @@ -747,6 +748,9 @@ the Python world. It uses the Pyro protocol to call methods on remote objects.
* [Jurassic](https://github.com/paulbartrum/jurassic) - A implementation of the ECMAScript language and runtime. It aims to provide the best performing and most standards-compliant implementation of JavaScript for .NET.
* [YantraJS](https://github.com/yantrajs/yantra) - JavaScript Runtime (Similar to NodeJS) for .NET Standard, compiles JavaScript to IL, support for many ES6 features, generators, CommonJS modules, CSX modules and expression compiler.

## Locking
* [AsyncKeyLock](https://github.com/usercode/AsyncKeyLock) - Async Key-based Reader Writer Lock with Cancellation Support

## Logging

* [Essential Diagnostics](https://github.com/sgryphon/essential-diagnostics) - Extends the inbuilt features of System.Diagnostics namespace to provide flexible logging
Expand Down
Loading