mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
use FuturesUnordered to poll slot.start() and slot.stop() in a non-blocking manner. This should be more efficient than waiting for each stop(), start() future to complete.