If you have @RestrictsSuspension, then you don’t r...
# coroutines
e
If you have @RestrictsSuspension, then you don’t really need context. @RestrictsSuspsnesion guarantees that any suspending function is invoked on your receiver and that is where where you can keep any context you need.