Skip to content
Unverified Commit 325fe0d7 authored by Max Inden's avatar Max Inden Committed by Rakan Alhneiti
Browse files

client/authority-discovery: Remove event stream dynamic dispatching

With authority-discovery moving from a poll based future to an `async`
future Rust has difficulties propagating the `Sync` trade through the
generated state machine.

Instead of using dynamic dispatching, use a trait parameter to specify
the DHT event stream.
parent 3fca4568
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment