is there anyway to query a `Channel` for an amount...
# coroutines
c
is there anyway to query a
Channel
for an amount of time before abandoning the operation? None of the
receive*
functions seem to have what I want.
d
Maybe wrapping the
receive
in a
withTimeout
block would help?
c
gosh darn! I need a bat phone direct to you Dmitry!
it worked perfectly!