net / com.drake.net.scope / DialogCoroutineScope / finally
finally¶
protected fun finally(e:
Throwable
?):
Unit
Parameters¶
e
- 如果发生异常导致作用域执行完毕, 则该参数为该异常对象, 正常结束则为null
net / com.drake.net.scope / DialogCoroutineScope / finally
protected fun finally(e:
Throwable
?):
Unit
e
- 如果发生异常导致作用域执行完毕, 则该参数为该异常对象, 正常结束则为null