API Reference eharbor v1.0.0

modules

Modules

eharbor is an Erlang library that allows for running a function in a controlled manner, with the ability to deduplicate function calls with the same arguments. It features configurable deduplication, ordered function calls, and buffering to prevent system overload. This library is useful for running expensive tasks, where deduplication of the same inputs can lead to significant performance gains.

eharbor public API
eharbor top level supervisor.