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