View Source Dragonfly.Backend behaviour (dragonfly v0.1.4)
Defines a behavior for a Dragonfly backend.
A Dragonfly backend is responsible for booting remote compute resources, connecting them back to the parent node, and executing functions on them.
The default Dragonfly.LocalBackend simply runs your code locally, allowing
you to development and test your application using Dragonfly.call/3 without
running an external backend.
See Dragonfly.FlyBackend for an example implementation of this behavior.