View Source SpawnSdk.Flow.Pipe (spawn_sdk v0.6.0)
Pipe allows the Actor to send its output message directly to another Actor, where the Actor that receives the Pipe will be responsible for following the flow from then on. This is done as part of the actor's response flow. Pipes are detached from the Actor that received the input, that is, when you forward a message to another actor through a Pipe, the actor that performs the Pipe is free to process another message and the actor that is receiving the Pipe is the one who will respond to the original caller.
Link to this section Summary
Link to this section Types
Link to this section Functions
@spec to(actor_name(), command()) :: t()