In Defense of Async: Function Colors Are Rusty

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

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

    Continuation-Passing Style for Nim 🔗

  • I think the CPS attempt in Nim could do this

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

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

  • 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

  • Nim CPS: compile-time continuations

    2 projects | news.ycombinator.com | 14 Feb 2024
  • Nim CPS: compile-time continuations

    2 projects | news.ycombinator.com | 14 Feb 2024
  • CPS – Also Known as Continuation-Passing Style – For Nim

    1 project | news.ycombinator.com | 5 Feb 2022
  • Looking for more example of nim's coroutines

    2 projects | /r/nim | 15 May 2021
  • A tale of TimescaleDB, SQLx and testing in Rust

    1 project | dev.to | 2 May 2024