C# Async fire and forget with error handling

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
  • vs-threading

    The Microsoft.VisualStudio.Threading is a xplat library that provides many threading and synchronization primitives used in Visual Studio and other applications.

  • All these concerns, and more, are why we in the Visual Studio team wrote the vs-threading library and its JoinableTaskFactory. We have a doc section on fire and forget and shutdown concerns just like you were asking about. If you follow the guidance, the way to wait on outstanding tasks at shutdown is as simple as:

  • 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

  • Implementing an Async Mutex

    1 project | /r/csharp | 3 Nov 2022
  • Is there a way to force an `async` computation / `MailboxProcessor` to use a unique thread?

    1 project | /r/fsharp | 31 Oct 2022
  • What NuGet packages do you automatically add

    1 project | /r/csharp | 16 Jun 2022
  • How would you fix this sync-over-async code?

    2 projects | /r/dotnet | 22 Apr 2022
  • Reentrant (Recursive) Async Lock is Impossible in C#

    2 projects | /r/dotnet | 20 Dec 2021