In Defense of Async: Function Colors Are Rusty

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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

    Continuation-Passing Style for Nim 🔗

  • I think the CPS attempt in Nim could do this

    https://github.com/nim-works/cps

  • simple-async-local-executor

    A single-threaded polling-based Rust async executor suitable for use in games, embedded systems or WASM.

  • Rust does have a standard futures runtime API

    This then opens up alternative runtimes (async-std, smol)

    Then your suggestion of a single threaded executor exists already: https://github.com/enlightware/simple-async-local-executor

    Granted, in practice many libraries end up building a hard dependency on tokio

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

    Diesel async connection implementation

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