repos / starfx

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

commit
58a048f
parent
f49251a
author
Eric Bower
date
2023-04-15 15:25:23 +0000 UTC
fix
1 files changed,  +1, -1
M deps.ts
+1, -1
1@@ -15,7 +15,7 @@ export {
2   getframe,
3   resource,
4   run,
5+  sleep,
6   spawn,
7   useAbortSignal,
8-  sleep,
9 } from "https://deno.land/x/effection@3.0.0-alpha.7/mod.ts";