Returns metadata for a completed current ack and arms the next queued ack.
(
&mut self,
result: <A::Waiter as Future>::Output,
)
| 154 | // Codec configuration for block type |
| 155 | block_codec_config: B::Cfg, |
| 156 | // Strategy for parallel operations |
| 157 | strategy: T, |
| 158 | |
| 159 | // ---------- State ---------- |
| 160 | // Last proposed block |
| 161 | last_proposed_block: Option<(Round, B::Digest, B)>, |
| 162 | // Current processed floor and any pending floor update |
| 163 | floor: Floor<P::Scheme, B::Digest>, |
| 164 | // Application delivery cursor |
| 165 | stream: Stream<E>, |
| 166 | // Pending application acknowledgements |
| 167 | pending_acks: PendingAcks<B, A>, |
| 168 | // Highest known finalized height |
| 169 | tip: Height, |
| 170 | // Outstanding subscriptions for blocks |