I have a class Runner that implements the CoroutineScope interface as shown below. It has a suspended function called run. when I use
Runner
CoroutineScope
run