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