Show HN: AsyncFutures – A Ruby gem for asynchronous/concurrent code execution
By eestrada · 2026-07-12 · 1 points · 0 comments
https://rubygems.org/gems/async_futures/versions/0.1.2
This gem allows you to execute code more-or-less identically across Ractors, Threads, and Fibers. This makes it much easier to test out your code's performance behavior by using an identical API across all concurrency primitives. It is built around a flexible core Future class.…
Open the full discussion on BetterNews