repos / starfx

supercharged async flow control library.
git clone https://github.com/neurosnap/starfx.git

commit
a3ead2d
parent
59b037d
author
Eric Bower
date
2023-12-12 02:53:38 +0000 UTC
docs: readme
1 files changed,  +1, -1
M README.md
+1, -1
1@@ -276,7 +276,7 @@ However, this means that we are going to make the same request 3 times, we need
2 a throttle or debounce to prevent this issue.
3 
4 ```ts
5-import { parallel, run, takeLeading } from "starfx";
6+import { takeLeading } from "starfx";
7 
8 function* watchFetch() {
9   const task = yield* takeLeading("FETCH_USERS", function* (action) {