Packages

A Gleam library for building and orchestrating agents on the BEAM.

Current section

Files

Jump to
pig include pig@supervisor_SupervisedAgent.hrl
Raw

include/pig@supervisor_SupervisedAgent.hrl

-record(supervised_agent, {
subject :: gleam@erlang@process:subject(pig@agent@runtime:runtime_msg()),
sup_pid :: gleam@erlang@process:pid_()
}).