mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
ci: ensure docs build (#1073)
Co-authored-by: xqft <estefano.bargas@fing.edu.uy> Co-authored-by: lambdaclass-user <github@lambdaclass.com>
This commit is contained in:
@ -604,7 +604,7 @@ impl PeersManager {
|
||||
/// Advances the state.
|
||||
///
|
||||
/// Event hooks invoked externally may trigger a new [`PeerAction`] that are buffered until
|
||||
/// [`PeersManager::poll_next`] is called.
|
||||
/// [`PeersManager`] is polled.
|
||||
pub fn poll(&mut self, cx: &mut Context<'_>) -> Poll<PeerAction> {
|
||||
loop {
|
||||
// drain buffered actions
|
||||
|
||||
Reference in New Issue
Block a user