wrap Scope
abstract fun wrapScope(scope: ERROR CLASS: Symbol not found for kotlinx.coroutines.CoroutineScope): CoroutineScope
将一个 kotlin CoroutineScope 对象转成 M8Test CoroutineScope 对象
Return
一个包装了 kotlin CoroutineScope 的新的 CoroutineScope 实例。
Parameters
scope
需要包装的 CoroutineScope 对象