A library for tracking progress across many cooperating tasks.
See the comments at the top of the ExProgress module for an overview and examples.
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
MIT