Particularly useful during shutdown in seq.scan(), so the call to turn all SMuRF streams off happens quickly, rather than waiting for each one. This slowdown in part leads to the issue in #166. If this could be run concurrently it would be much faster, though still prone to interruption during the waiting.
Particularly useful during shutdown in
seq.scan()
, so the call to turn all SMuRF streams off happens quickly, rather than waiting for each one. This slowdown in part leads to the issue in #166. If this could be run concurrently it would be much faster, though still prone to interruption during the waiting.