<@U2E974ELT> `ActorJob` is deprecated and should b...
# coroutines
k
@elizarov
ActorJob
is deprecated and should be replaced with
SendChannel
, but that breaks a couple instances where I was calling
cancel
and
join
on the
ActorJob
which don’t exist on `SendChannel`… what’s the replacement approach?