A re-implementation of the gen_server behavior (from the OTP framework) for
the OTPless distribution of Erlang, named worker.
🚧 It's a work-in-progress, use at your own risk.
Written by the Erlangsters community and released under the MIT license.
To use worker in a rebar3 project, add it to your rebar.config.
{deps, [
{worker, {git, "https://github.com/erlangsters/worker.git", {tag, "0.0.2"}}}
]}.XXX: To be written.