Atmoos Sphere: Utilities, mechanisms, and extension methods.
$ dotnet add package Atmoos.SphereA library that mainly contains mechanisms, often exposed as extension methods.
ContextFlow.
IEnumerable<Task<T>> by completion.
IAsyncEnumerable<T>.
TextWriter & TextReader.TextReader & TextWriter pairsFileInfo instance.Mechanisms that provide "sync over async", i.e. avoid using this!
But if it is impossible to avoid, here you go:
Await() extension method to synchronously "await" any task.