<@U282LGMGR> Why `Channel&lt;Boolean&gt;`? If you ...
# coroutines
e
@redrield Why
Channel<Boolean>
? If you are sending some DB query resulting over channel, then I assume it is something more complex than just
Boolean
.