A lightweight framework for running multiple tasks asynchronously on a single thread.
Info
| Version: | 1.1.0 |
| Author(s): | Tomasz Rewak |
| Last Update: | Wednesday, October 28, 2020 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/TomaszRewak/CoroutineDispatcher |
| NuGet Url: | https://www.nuget.org/packages/CoroutineDispatcher |
Install
Install-Package CoroutineDispatcher
dotnet add package CoroutineDispatcher
paket add CoroutineDispatcher
CoroutineDispatcher Download (Unzip the "nupkg" after downloading)
Dependencies
- System.Threading.Tasks.Extensions(>= 4.5.4)
Tags