Info
| Version: | 1.0.0 |
| Author(s): | OneCode.Async |
| Last Update: | Wednesday, October 25, 2017 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://onecode.io/Components/OneCode.Async |
| NuGet Url: | https://www.nuget.org/packages/OneCode.Async |
Install
Install-Package OneCode.Async
dotnet add package OneCode.Async
paket add OneCode.Async
OneCode.Async Download (Unzip the "nupkg" after downloading)
Dependencies
- OneCode.Logging(>= 1.0.0)
Tags
For example, Task.RunSynchronously executes an async task synchronously; Task.RunPeriodically executes an action periodically. Task.FromEvent creates a Task that waits for an event to occur.