diff --git a/README.md b/README.md new file mode 100644 index 0000000..0b3f0fd --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# Java Flow + +This library implements asynchronous streams on the JVM using [virtual threads](https://openjdk.java.net/projects/loom/). +The design is inspired by [kotlin-flow](https://kotlinlang.org/docs/reference/coroutines/flow.html) \ No newline at end of file