Skip to content

zb: Drop azync::Connection::shutdown

Zeeshan Ali Khan requested to merge zeenix/executor-improv into main

Turns out we don't need it. User just can't drop streams in async contexts when using single-threaded schedulers at least. For now just document this more visibly but maybe we can do better using channels and unsubscribing from the Stream::poll_next impl itself.

Edited by Zeeshan Ali Khan

Merge request reports