override fun asyncRun(scope: CoroutineScope, liveData: CompressLiveData<T, List<File>>) {
val result by lazy { ArrayList<File>() }
val handler = CoroutineExceptionHandler { _, exception ->
Checker.logger("handlerCatch -> $exception") //这里面不应该回调State.Error吗
}