Dusk.Strategy.Iroh (Dusk v0.1.0)

Copy Markdown View Source

libcluster strategy: membership over Iroh (iron / P2P QUIC).

config :libcluster,
  topologies: [
    dusk_iroh: [
      strategy: Dusk.Strategy.Iroh,
      config: [interval: 5_000, alpns: ["dusk/1"]]
    ]
  ]

Summary

Functions

Returns a specification to start this module under a supervisor.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start_link(opts)