Returns the currently armed ack future (if any) for `select_loop!`.
(&mut self)
| 125 | /// from its peers. This ensures that the actor can catch up to the rest of the network if it falls |
| 126 | /// behind. |
| 127 | pub struct Actor<E, B, P, FC, FB, ES, T, A = Exact> |
| 128 | where |
| 129 | E: BufferPooler + CryptoRng + Spawner + Metrics + Clock + GClock + Storage, |
| 130 | B: Block<Digest = Digest> + Epochable + Viewable, |
| 131 | P: Provider<Scope = Epoch, Scheme: Scheme<B::Digest>>, |
| 132 | FC: Certificates<BlockDigest = B::Digest, Commitment = B::Digest, Scheme = P::Scheme>, |