awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
nextest-rs avatar

nextest-rs/future-queue

0
View on GitHub↗
70 stars·1 fork·Rust·Apache-2.0·2 viewsdocs.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.
  • Developer Tools - Stream adaptors for concurrent future execution.

Star history

Star history chart for nextest-rs/future-queueStar history chart for nextest-rs/future-queue

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Future Queue

Similar open-source projects, ranked by how many features they share with Future Queue.
  • dagrs-dev/dagrsdagrs-dev avatar

    dagrs-dev/dagrs

    478View on GitHub↗

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

    Rustasyncconcurrentdag
    View on GitHub↗478
  • dpc/miocodpc avatar

    dpc/mioco

    148View on GitHub↗

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

    Rustasyncasynchronouscoroutines
    View on GitHub↗148
  • async-rs/async-stdasync-rs avatar

    async-rs/async-std

    4,068View on 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
    View on GitHub↗4,068
  • igumnoff/gabriel2igumnoff avatar

    igumnoff/gabriel2

    26View on GitHub↗

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

    Rust
    View on GitHub↗26
See all 30 alternatives to Future Queue→

Frequently asked questions

What does nextest-rs/future-queue do?

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

What are the main features of nextest-rs/future-queue?

The main features of nextest-rs/future-queue are: Asynchronous Programming, Developer Tools.

What are some open-source alternatives to nextest-rs/future-queue?

Open-source alternatives to nextest-rs/future-queue include: 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.