I wrote a post about background processing library - Fang

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

    A very simple thread pool for parallel task execution

  • nice point. I think for cases that you mentioned there are two options: 1. If work that should be done is lightweight, tokio tasks or futures can be used. 2. if tasks are heavy and long running, there are some libraries that can execute tasks in threads - https://github.com/rust-threadpool/rust-threadpool , https://github.com/crossbeam-rs/crossbeam

  • crossbeam

    Tools for concurrent programming in Rust

  • nice point. I think for cases that you mentioned there are two options: 1. If work that should be done is lightweight, tokio tasks or futures can be used. 2. if tasks are heavy and long running, there are some libraries that can execute tasks in threads - https://github.com/rust-threadpool/rust-threadpool , https://github.com/crossbeam-rs/crossbeam

  • 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