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