Packages

Native desktop GUI framework for Gleam, powered by Iced

Current section

Files

Jump to
plushie_gleam include plushie@command_encode_SpawnAsync.hrl
Raw

include/plushie@command_encode_SpawnAsync.hrl

-record(spawn_async, {
tag :: binary(),
work :: fun(() -> gleam@dynamic:dynamic_())
}).