swarm v2.0.1 API Reference
Modules
This is the public Elixir API for :swarm
This is an implementation of an Interval Clock Tree, ported from the implementation in Erlang written by Paulo Sergio Almeida psa@di.uminho.pt found here
This module implements the distributed tracker for process registrations and groups.
It is implemented as an OTP special process, so it behaves like a GenServer, but it is
actually implemented directly with :proc_lib
and :sys