Type Alias hydroflow::scheduled::port::RecvCtx

source ·
pub type RecvCtx<H> = PortCtx<RECV, H>;
Expand description

Recv-specific PortCtx. Input to receive from a handoff.

Aliased Type§

struct RecvCtx<H> { /* private fields */ }

Implementations§

source§

impl<H: Handoff> RecvCtx<H>

Context provided to a subgraph for reading from a handoff. Corresponds to a RecvPort.