Looking for Tokio's event loop source code

This page summarizes the projects mentioned and recommended in the original post on /r/rust

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • MIO

    Metal I/O library for Rust.

  • The real implementation details of the I/O event queue is done in mio as u/hniksic pointed out, but that's more comparable with libuv which is certainly a huge part of the Node runtime. mio and libuv have a lot of similarities (at least they used to).

  • tokio

    A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • libuv

    Cross-platform asynchronous I/O

  • The real implementation details of the I/O event queue is done in mio as u/hniksic pointed out, but that's more comparable with libuv which is certainly a huge part of the Node runtime. mio and libuv have a lot of similarities (at least they used to).

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • What's the canonical way of doing it in rust?

    1 project | /r/rust | 16 Oct 2023
  • RFC: A non-blocking networking library for Rust

    3 projects | /r/rust | 14 Jan 2023
  • How does the Rust mio crate implement deregistering connections?

    1 project | /r/rust | 22 Oct 2022
  • Crates to help with event-loop type pattern?

    1 project | /r/rust | 17 Aug 2022
  • Mio - Metal io library for rust

    1 project | /r/github_trends | 4 Aug 2022