RecvCtx

Type Alias RecvCtx 

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

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

Aliased Type§

pub 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.