async-std is a Rust asynchronous runtime and non-blocking I/O library. It serves as an asynchronous standard library, providing a set of alternatives to the core Rust library for managing concurrent tasks, networking, and file system access. The project implements a standard-library-mirrored API, offering asynchronous versions of existing synchronous types to maintain a familiar interface. This approach allows for asynchronous Rust development using an interface that reflects the ergonomics of the language's standard library. The runtime includes a task executor for scheduling and executing
High-performance, Rust-based asynchronous task programming framework implementing Flow-Based Programming for scalable directed acyclic graph (DAG) task orchestration
High level asynchronous concurrency and networking framework that works on top of either Trio or asyncio
Lightweight in-process concurrent programming
Les fonctionnalités principales de python-greenlet/greenlet sont : Asynchronous Programming.
Les alternatives open-source à python-greenlet/greenlet incluent : aiokitchen/aiomisc — aiomisc - miscellaneous utils for asyncio. async-rs/async-std — async-std is a Rust asynchronous runtime and non-blocking I/O library. It serves as an asynchronous standard library,… dagrs-dev/dagrs — High-performance, Rust-based asynchronous task programming framework implementing Flow-Based Programming for scalable… dpc/mioco — [no longer maintained] Scalable, coroutine-based, fibers/green-threads for Rust. (aka MIO COroutines). fastapi/asyncer — Asyncer, async and await, focused on developer experience. agronholm/anyio — High level asynchronous concurrency and networking framework that works on top of either Trio or asyncio.