3 مستودعات
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.
AsyncEx is a .NET asynchronous synchronization library providing a collection of primitives to coordinate tasks and manage execution flow. It implements mechanisms for asynchronous resource locking, event signaling, and concurrency control to ensure correct execution order in environments supporting async/await. The library includes an asynchronous lock implementation to protect shared resources without blocking threads, an async semaphore controller to limit simultaneous operations, and an event signaling system to manage the startup and shutdown of asynchronous workflows. The toolkit cover
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.