Is there no way to simply start an async computation and await it later?

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • hyper

    An HTTP library for Rust (by hyperium)

    fn use_time_efficiently() -> (Response, u64) { let response_future = reqwest::Client::new().get("https://hyper.rs").send(); // send the request but don't block for response // I have no idea how to do this as futures are evaluated lazily.. // maybe this? response_future.poll();

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

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