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@messaging_BatchSendResult.hrl
Raw

include/distribute@messaging_BatchSendResult.hrl

-record(batch_send_result, {
total :: integer(),
successful :: integer(),
failed :: integer(),
errors :: list(distribute@messaging:send_error())
}).