Packages

Native desktop GUI framework for Gleam, powered by Iced

Current section

Files

Jump to
plushie_gleam include plushie@testing@session_pool_SendSync.hrl
Raw

include/plushie@testing@session_pool_SendSync.hrl

-record(send_sync, {
session_id :: binary(),
msg :: gleam@dict:dict(binary(), plushie@node:prop_value()),
response_type :: binary(),
reply :: gleam@erlang@process:subject(plushie@testing@session_pool:send_reply())
}).