AsyncKeyedLock: a library for locking based on a key

This page summarizes the projects mentioned and recommended in the original post on /r/csharp

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • AsyncKeyedLock

    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.

  • They're in the wiki at https://github.com/MarkCiliaVincenti/AsyncKeyedLock/wiki

  • OpenWeatherMap.Cache

    An asynchronous .NET Standard 2.0 library that allows you to fetch & cache current weather readings from the OpenWeather API, with built-in resiliency that can extend the cache lifetime in case the API is unreachable.

  • For example I use it in another library I made at https://github.com/MarkCiliaVincenti/OpenWeatherMap.Cache. Here I ensure that if there's an API request to get the weather of a particular location, whilst it's doing so it will not launch another API request to get the weather of the same location concurrently but instead wait for the result of the ongoing call and use the same response.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • SemaphoreSlim locking based on a key

    3 projects | /r/dotnet | 20 Nov 2022
  • Async/Multi Thread Design Question

    1 project | /r/csharp | 19 Jan 2023
  • Keyed semaphore locks

    8 projects | /r/dotnet | 18 Oct 2022
  • Favorite weather app other than Geometric Weather?

    2 projects | /r/fossdroid | 22 Sep 2022
  • Trusted weather-reporting websites

    2 projects | /r/jordan | 19 Nov 2021