Current section
Files
Jump to
Current section
Files
include/pgl@internal@socket_Send.hrl
-record(send, {
client :: gleam@erlang@process:subject({ok, nil} |
{error, pgl@internal:posix_error()}),
send :: fun((pgl@internal@socket:internal_socket(), bitstring()) -> {ok,
nil} |
{error, pgl@internal:posix_error()}),
payload :: bitstring()
}).