hello, how do i get a class' object from inside a ...
# coroutines
o
hello, how do i get a class' object from inside a CoroutineScope. I have a class Foo, and inside it a function fun foo1() = runBlocking {...} . Inside this function theres a function call with the signature fun foo2(data: Foo) {}. So the function call " foo2(this) " wont be applicable as this results to CoroutineScope.