Search
@type actor_name() :: String.t()
@type command() :: String.t() | atom()
@type t() :: %SpawnSdk.Flow.Pipe{actor_name: String.t(), command: String.t() | atom()}
@spec to(actor_name(), command()) :: SideEffect.t()