- commit
- 8b1e67b
- parent
- db7f509
- author
- Eric Bower
- date
- 2023-04-04 03:51:02 +0000 UTC
docs: readme
1 files changed,
+11,
-0
+11,
-0
1@@ -1 +1,12 @@
2 # starfx
3+
4+This project is under active development, there are zero guarentees for API
5+stability.
6+
7+## features
8+
9+- async flow control library for deno, node, and browser
10+
11+## usage
12+
13+Please see [examples/basic](./examples/basic) and [tests](./test) to understand how it works.