35 Fork Model - Detect Cancellation Inside Saga function* bgSync() { try { while (true) { yield put(actions.requestStart()) const result = yield call(someApi) ...
確定! 回上一頁