Skip to content

Commit

Permalink
Add document
Browse files Browse the repository at this point in the history
  • Loading branch information
al8n committed Apr 15, 2024
1 parent ce4a5d2 commit e458272
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/delegate/reconnect.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ use memberlist_core::{transport::Id, CheapClone};
use crate::types::Member;

/// Implemented to allow overriding the reconnect timeout for individual members.
#[auto_impl::auto_impl(Box, Arc)]
pub trait ReconnectDelegate: Send + Sync + 'static {
/// The id type of the delegate
type Id: Id;
Expand Down

0 comments on commit e458272

Please sign in to comment.