Packages

Typed distributed messaging for Gleam on the BEAM.

Retired package: Deprecated - The project needs to be redesigned around a much smaller and clearer core.

Current section

Files

Jump to
distribute include distribute@crypto@types_Continue.hrl
Raw

include/distribute@crypto@types_Continue.hrl

-record(continue, {
state :: distribute@crypto@types:handshake_state(),
response :: gleam@option:option(distribute@crypto@types:handshake_message())
}).