ex_progress alternatives and similar packages
Based on the "Utilities" category.
Alternatively, view ex_progress alternatives based on common mentions on social networks and blogs.
-
erlware_commons
Erlware Commons is an Erlware project focused on all aspects of reusable Erlang components. -
async_with
The asynchronous version of Elixir's "with", resolving the dependency graph and executing the clauses in the most performant way possible! -
plasm
Ecto's composable query multitool (.count, .random, .earliest, .latest, .find, .at, .on, etc.) -
sips_downloader
Utility to download Elixir Sips screencast videos written in Elixir (subscription to Elixir Sips required) -
WeightedRandom
Elixir weighted random pick library optimised for quick take_one and take_n operations
CodeRabbit: AI Code Reviews for Developers

Do you think we are missing an alternative of ex_progress or a related project?
README
ExProgress
A library for tracking progress across many cooperating tasks.
Getting Started
See the comments at the top of the ExProgress module for an overview and examples.
Installation
The package can be installed by adding ex_progress
to your list of dependencies in mix.exs
:
def deps do
[
{:ex_progress, "~> 0.1.0"}
]
end
License
MIT
*Note that all licence references and agreements mentioned in the ex_progress README section above
are relevant to that project's source code only.