Zeiroh.FLAME.Zenoh (Zeiroh v0.1.0)

Copy Markdown View Source

Phoenix FLAME backend using the Zenoh overlay only.

config :flame, :backend, {Zeiroh.FLAME.Zenoh,
  connect: "tcp/127.0.0.1:7447",
  key: "zeiroh/flame/runners"}

Summary

Functions

handle_info(msg, state)

See Zeiroh.FLAME.Backend.handle_info/2.

init(opts)

remote_boot(state)

See Zeiroh.FLAME.Backend.remote_boot/1.

remote_spawn_monitor(state, func)

See Zeiroh.FLAME.Backend.remote_spawn_monitor/2.

system_shutdown()

See Zeiroh.FLAME.Backend.system_shutdown/0.