Atmoos.Sphere 0.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Atmoos.Sphere --version 0.1.0
NuGet\Install-Package Atmoos.Sphere -Version 0.1.0
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="Atmoos.Sphere" Version="0.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Atmoos.Sphere --version 0.1.0
#r "nuget: Atmoos.Sphere, 0.1.0"
#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 Atmoos.Sphere as a Cake Addin
#addin nuget:?package=Atmoos.Sphere&version=0.1.0

// Install Atmoos.Sphere as a Cake Tool
#tool nuget:?package=Atmoos.Sphere&version=0.1.0

Atmoos.Sphere

A library that mainly contains mechanisms, often exposed as extension methods.

Async

Mechanisms that target asynchronous patterns.

General Asynchronous Mechanisms

  • Yielding back to a configurable synchronisation context using ContextFlow.
    • This can be useful to integrate components that have a hard dependency on a particular context.

Mechanisms to Map "old-style" APIs to more modern APIs

  • Ordering of an IEnumerable<Task<T>> by completion.
    • This ensures that the first task in the sequence is also the first to complete, potentially improving throughput.
  • Wrap an event based asynchronous task that provides update events into an IAsyncEnumerable<T>.
    • This allows for an arguably more natural processing of the events as they arrive.

Time

Mechanisms that target time based patterns.

  • Generation of exponentially growing delays in an easy to consume asynchronous API
    • Exponential back-off comes to mind for retry mechanisms.
Product Compatible and additional computed target framework versions.
.NET 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Atmoos.Sphere:

Package Downloads
Atmoos.Sphere.BenchmarkDotNet

Atmoos Sphere BenchmarkDotNet:Exports benchmark results into the defining benchmark source files.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.3.4 121 5/22/2024
0.3.3 92 5/22/2024
0.3.2 106 5/15/2024
0.3.1 111 5/12/2024
0.3.0 95 5/12/2024
0.2.2 100 5/11/2024
0.2.1 84 5/10/2024
0.2.0 85 5/9/2024
0.1.0 80 5/9/2024