Packages

Native desktop GUI framework for Gleam, powered by Iced

Current section

Files

Jump to
plushie_gleam include plushie@runtime_AsyncComplete.hrl
Raw

include/plushie@runtime_AsyncComplete.hrl

-record(async_complete, {
tag :: binary(),
nonce :: integer(),
result :: {ok, gleam@dynamic:dynamic_()} | {error, gleam@dynamic:dynamic_()}
}).