repos / starfx

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

commit
c9d90f1
parent
edfc02d
author
Eric Bower
date
2024-06-24 14:44:26 +0000 UTC
docs: effection link
1 files changed,  +7, -0
M docs/posts/getting-started.md
+7, -0
 1@@ -141,3 +141,10 @@ yarn add starfx
 2 ```ts
 3 import * as starfx from "https://deno.land/x/starfx@0.7.0/mod.ts";
 4 ```
 5+
 6+# Effection
 7+
 8+This library leverages structured concurrency using
 9+[`effection`](https://frontside.com/effection). It is highly recommended that
10+you have a brief understanding of how its API because it is used heavily within
11+`starfx`.