Can someone help me with api requests freezing my application?

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

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

    Send anonymous messages and embeds to your friends on discord with my application!

  • Source code here

  • egui

    egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native

  • The solution to this is to not perform blocking calls on the main UI thread - there are a couple of ways to do this, the simplest is perhaps to use a dedicated API handling thread which pulls requests from a channel in a loop, and posts responses via a return channel. You would create two channels (which results in two pairs of senders and receivers) with the MyApp struct owning the request sender and response receiver, and the API thread owning the request receiver and response sender. There is partial code for this in this discussion thread here: https://github.com/emilk/egui/discussions/634

  • 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

  • Macroquad egui DevTools: Rust Game Debugging UI

    3 projects | dev.to | 2 May 2024
  • Egui 0.27 – easy-to-use immediate mode GUI for Rust

    3 projects | news.ycombinator.com | 27 Mar 2024
  • Rust for Embedded Systems: Current State, Challenges and Open Problems

    4 projects | news.ycombinator.com | 4 Mar 2024
  • We sped up time series by 20-30x

    1 project | news.ycombinator.com | 14 Feb 2024
  • Immediate Mode GUI Programming

    15 projects | news.ycombinator.com | 15 Jan 2024