repos / starfx

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

commit
89763fc
parent
fc535da
author
Eric Bower
date
2023-12-04 01:47:09 +0000 UTC
docs: readme
1 files changed,  +1, -0
M README.md
+1, -0
1@@ -64,6 +64,7 @@ thunks.use(mdw.err);
2 thunks.use(thunks.routes());
3 thunks.use(function*(ctx, next) {
4   console.log("last mdw in the stack");
5+  yield* next();
6 });
7 
8 // create a thunk