probe-lab / zikade

A Go implementation of the libp2p Kademlia DHT specification
Other
8 stars 3 forks source link

chore: refactor RoutingBehaviour #64

Closed iand closed 9 months ago

iand commented 9 months ago

Refactor RoutingBehaviour to the new pattern adopted for QueryBehaviour and BrdcstBehaviour. Notify now queues the event and signals that the behaviour is ready. Perform is responsible for acting on any incoming or generated event.