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
Current section
Files
include/distribute@crypto@types_HandshakeState.hrl
-record(handshake_state, {
local_node :: binary(),
remote_node :: binary(),
stage :: distribute@crypto@types:handshake_stage(),
data :: gleam@dynamic:dynamic_()
}).