StateCoroutineScope

class StateCoroutineScope(state: StateLayout, dispatcher: CoroutineDispatcher) : NetCoroutineScope

缺省页作用域

Constructors

StateCoroutineScope
Link copied to clipboard
fun StateCoroutineScope(state: StateLayout, dispatcher: CoroutineDispatcher = Dispatchers.Main)

Functions

handleError
Link copied to clipboard
open override fun handleError(e: Throwable)
错误处理

Properties

state
Link copied to clipboard
val state: StateLayout