3 Repos
Helpers and extensions for managing asynchronous tasks and workflows.
Explore 3 awesome GitHub repositories matching part of an awesome list · Async Programming. Refine with filters or upvote what's useful.
Zero-cost asynchronous programming in Rust
Writing asynchronous code using Rust's async/await syntax with the Future trait and executor integration.
A helper library for async/await.
Helper library for simplifying async and await operations.
In a world where many methods return Task or other Awaitable types (especially in WinRT), LINQ can't be used nearly as easily. Enter LinqToAwait:
Task-based LINQ implementation for asynchronous workflows.