wrapDeferred

abstract fun <T> wrapDeferred(deferred: Deferred<T>, scope: ERROR CLASS: Symbol not found for kotlinx.coroutines.CoroutineScope): Deferred<T>

将一个 kotlin Deferred 对象转成 M8Test Deferred 对象

Return

Parameters

T
deferred

需要包装的 Deferred 对象

scope

启动 deferred 对象的 kotlinx.coroutines.CoroutineScope