We have exactly the same function on own Coroutine...
# coroutines
g
We have exactly the same function on own CoroutineScope implementation that we used before structure concurrency release, but we add this extension function as member of our custom CoroutineScope
e
Indeed! You can have a second receiver if you declare it as a member in your own interface/class.