takeEvery 是一个使用take 和fork 构建的高级API。 实现: const takeEvery = (patternOrChannel, saga, ...args) => fork(function*() { while (true) { ...
確定! 回上一頁