Is it possible to create a future without using threads?

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
  • async-io

    Async I/O and timers

  • Use async, have a single shared background thread that uses epoll to find the next write that succeeds (this is performant enough for almost all purposes, it is what the async-io library does if you don't use the block_on function that let's it get fancy with wakers).

  • isahc

    The practical HTTP client that is fun to use.

  • isahc uses threads internally: https://github.com/sagebind/isahc/blob/master/src/agent.rs

  • 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
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

  • Update Bunny Edge Storage files with NodeJS

    2 projects | dev.to | 30 Apr 2024
  • Revived the promise made six years ago for Requests 3

    4 projects | dev.to | 2 Apr 2024
  • Support Happy Eyeballs Even with QUIC / HTTP3 in Python

    1 project | news.ycombinator.com | 24 Mar 2024
  • Ask HN: Python library for robust URL retrieval with workaround strategies?

    1 project | news.ycombinator.com | 17 Mar 2024
  • The Linux Kernel Prepares for Rust 1.77 Upgrade

    9 projects | news.ycombinator.com | 18 Feb 2024