OneCode.Async
by:
OneCode
- 837 total downloads
- last updated 10/25/2017
- Latest version: 1.0.0
OneCode.Async extends the basic .NET Task library with lots of frequently-asked helper functions. 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.