Oakrey.Async
1.1.0
dotnet add package Oakrey.Async --version 1.1.0
NuGet\Install-Package Oakrey.Async -Version 1.1.0
<PackageReference Include="Oakrey.Async" Version="1.1.0" />
<PackageVersion Include="Oakrey.Async" Version="1.1.0" />
<PackageReference Include="Oakrey.Async" />
paket add Oakrey.Async --version 1.1.0
#r "nuget: Oakrey.Async, 1.1.0"
#:package Oakrey.Async@1.1.0
#addin nuget:?package=Oakrey.Async&version=1.1.0
#tool nuget:?package=Oakrey.Async&version=1.1.0
Oakrey.Async
The Oakrey.Async package provides a collection of tools and utilities to simplify and enhance asynchronous programming in .NET. It is designed to improve productivity and code clarity when working with asynchronous workflows.
Features
- ContextSwitchSystem: Manage and control context switching in asynchronous operations.
- AsyncEventHandlerExtensions: Simplify the handling of asynchronous event handlers.
- ParallelTasker: Execute and manage multiple tasks in parallel with ease.
Installation
You can install the package via NuGet Package Manager, Package Manager Console or the .NET CLI.
NuGet Package Manager
- Open your project in Visual Studio.
- Navigate to Tools > NuGet Package Manager > Manage NuGet Packages for Solution....
- Search for
Oakrey.Async
and click Install.
.NET CLI
Run the following command in your terminal:
dotnet add package Oakrey.Async
Package Manager Console
Run the following command in your Package Manager Console:
Install-Package Oakrey.Async
Requirements
- .NET 8 or higher
Project Information
- Author: Oakrey
- Company: Oakrey
- License: MIT
- Repository: Git Repository
- Project URL: Project Website
Contributing
Contributions are welcome! Feel free to open issues or submit pull requests to improve the package.
License
This project is licensed under the MIT License. See the LICENSE file for details.
Product | Versions 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Oakrey.Async:
Package | Downloads |
---|---|
Oakrey.Guru.Handlers
A .NET library for managing handlers, including event handling, status management, and replay functionality, forming a core part of the Guru ecosystem. |
|
Oakrey.AT
Project AT is a .NET library for interacting with AT command-based devices. It provides a rich set of features for audio control, call management, SMS handling, phonebook operations, and eCall support. Designed for extensibility and ease of use, it is an tool for developers working on telecommunication and IoT applications. |
GitHub repositories
This package is not used by any popular GitHub repositories.