awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
nextest-rs avatar

nextest-rs/future-queue

0
View on GitHub↗
70 星标·1 分支·Rust·Apache-2.0·2 次浏览docs.rs/future-queue↗

Future Queue

Queue futures to run concurrently, in the order they're spawned, and with global and group limits.

Features

  • Asynchronous Programming - Stream adaptors for concurrent future execution.
  • 开发者工具 - Stream adaptors for concurrent future execution.

Star 历史

nextest-rs/future-queue 的 Star 历史图表nextest-rs/future-queue 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Future Queue 的开源替代方案

相似的开源项目,按与 Future Queue 的功能重合度排序。
  • dagrs-dev/dagrsdagrs-dev 的头像

    dagrs-dev/dagrs

    478在 GitHub 上查看↗

    High-performance, Rust-based asynchronous task programming framework implementing Flow-Based Programming for scalable directed acyclic graph (DAG) task orchestration

    Rustasyncconcurrentdag
    在 GitHub 上查看↗478
  • dpc/miocodpc 的头像

    dpc/mioco

    148在 GitHub 上查看↗

    no longer maintained Scalable, coroutine-based, fibers/green-threads for Rust. (aka MIO COroutines).

    Rustasyncasynchronouscoroutines
    在 GitHub 上查看↗148
  • async-rs/async-stdasync-rs 的头像

    async-rs/async-std

    4,068在 GitHub 上查看↗

    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

    Rustasyncasync-awaitasync-rust
    在 GitHub 上查看↗4,068
  • igumnoff/gabriel2igumnoff 的头像

    igumnoff/gabriel2

    26在 GitHub 上查看↗

    Gabriel2: Indeed, an actor library based on Tokio, written in Rust

    Rust
    在 GitHub 上查看↗26
查看 Future Queue 的所有 30 个替代方案→

常见问题解答

nextest-rs/future-queue 是做什么的?

Queue futures to run concurrently, in the order they're spawned, and with global and group limits.

nextest-rs/future-queue 的主要功能有哪些?

nextest-rs/future-queue 的主要功能包括:Asynchronous Programming, 开发者工具。

nextest-rs/future-queue 有哪些开源替代品?

nextest-rs/future-queue 的开源替代品包括: dpc/mioco — [no longer maintained] Scalable, coroutine-based, fibers/green-threads for Rust. (aka MIO COroutines). iii-hq/iii — iii is a distributed service orchestrator and event-driven workflow engine designed to compose and manage… 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… igumnoff/gabriel2 — Gabriel2: Indeed, an actor library based on Tokio, written in Rust. rust-lang/futures-rs — Zero-cost asynchronous programming in Rust.