awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Asynchronous Computation Primitives · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesAsynchronous Computation Primitives

Low-level interfaces for defining state-machine based asynchronous operations.

Distinguishing note: Focuses on the implementation of custom future types rather than high-level task management.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Asynchronous Computation Primitives. Refine with filters or upvote what's useful.

  1. Home
  2. Programming Languages & Runtimes
  3. Asynchronous Computation Primitives

Awesome Asynchronous Computation Primitives GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • tokio-rs/tokio

    tokio-rs/tokio

    31,206View on GitHub↗

    Tokio is an asynchronous runtime for the Rust programming language, designed to manage and execute concurrent tasks efficiently. It provides a multi-threaded execution environment that schedules lightweight tasks across available processor cores, utilizing a work-stealing scheduler to balance computational load. By employing a poll-based execution model and waker-based notifications, the runtime drives asynchronous operations forward without requiring active polling loops, ensuring efficient resource utilization. The project distinguishes itself through a comprehensive suite of tools for high

    The runtime allows developers to create custom asynchronous computations by implementing state machines that drive logic forward until the operation reaches completion or a pending status.

    Rustasynchronousnetworkingrust
    31,206View on GitHub↗