monadic-xyz / gossip

Epidemic Broadcast Trees implementation using HyParView
BSD 3-Clause "New" or "Revised" License
6 stars 0 forks source link

Expose getPeers and getPeers' #25

Closed adinapoli-mndc closed 5 years ago

adinapoli-mndc commented 5 years ago

This PR exposes getPeers and getPeers' from Network.Gossip.IO.Run, to empower library writer to build more interesting features actively using the peers returned by these two functions.