Since gleam_otp removed the task module in v1.0, I decided to build a replacement with mostly the same API, as I especially needed to run parallel tasks without blocking and with a single point of synchronization.
A concurrent programming library for Gleam that provides Elixir-like Task module functionality.