<https://twitter.com/SUPERCILEX/status/10527576732...
# coroutines
e
Avoid using blocking code in coroutines. Anyway, it keeps references to the outer class only if you capture
this
into a coroutine (use some member funs inside)
s
Gotya, thanks 👍