pub async fn receive_through_current_until<C: XmtpSharedContext>(
context: &C,
topics: Vec<Topic>,
deadline: Instant,
) -> Result<BarrierSnapshot, BarrierError>Expand description
Target sampling and processing use one deadline.
pub async fn receive_through_current_until<C: XmtpSharedContext>(
context: &C,
topics: Vec<Topic>,
deadline: Instant,
) -> Result<BarrierSnapshot, BarrierError>Target sampling and processing use one deadline.