zb: Drop async_channel::Sender::close abstraction
Turns out that our workaround to closing the tokio's Sender via Receiver ends up in a hang so let's drop Sender::close abstraction in favor of implicit closing from sender side by dropping the last sender.
Fixes #279 (closed).