Popularity
0.6
Stable
Activity
0.0
Declining
2
1
0
Monthly Downloads: 23
Programming language: Elixir
License: MIT License
Tags:
Utilities
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.
-
quark
A library for common functional programming idioms: combinators, currying, and partial application. -
crutches
Utility library for Elixir, designed to complement the standard library bundled with the language. -
plasm
Plasm is Ecto's composable query multitool, containing higher-level functions such as .count, .random, .first, .last, .find, .inserted_before, .inserted_after, etc. -
pubsub
A Publish-Subscribe utility library that implements a pub-sub mechanism to ease the burden of communication on the business logic processes. -
erlsh
Family of functions and ports involving interacting with the system shell, paths and external programs. -
uef-lib
Useful Erlang Functions Library that provides modules for manipulating lists, binaries, maps, numbers, date and time. It contains some functions optimized for performance in specific cases (e.g. for file I/O operations or binary transformations).
Get performance insights in less than 4 minutes
Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues and can get back to building a great product faster.
Sponsored
scoutapm.com
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.