pub fn listener_is_ready(
id: RustNodeId,
) -> impl FnMut(ClusterEvent) -> Ready<bool>
Expand description
Predicate returning true for a cluster event corresponging to the specified node started listening.
pub fn listener_is_ready(
id: RustNodeId,
) -> impl FnMut(ClusterEvent) -> Ready<bool>
Predicate returning true for a cluster event corresponging to the specified node started listening.