Skip to content

Commit 432addb

Browse files
Richard WhalingRichard Whaling
authored andcommitted
updated readme to indicate 0.4 version
1 parent a05f3bb commit 432addb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# native-loop (PRE-RELEASE)
22
Extensible event loop and async-oriented IO for Scala Native; powered by libuv.
33

4-
Shameless plug: code mostly adapted from my book, [Modern Systems Programming in Scala Native](https://pragprog.com/book/rwscala/modern-systems-programming-with-scala-native)
4+
## UNDER CONSTRUCTION
5+
6+
If you're looking for the new 0.4 rewrite, check the `04` branch. The current state of master is mostly extracted from the book [Modern Systems Programming in Scala Native](https://pragprog.com/book/rwscala/modern-systems-programming-with-scala-native).
57

68
## What is it?
79
native-loop provides a real, asynchronous ExecutionContext/Future implementation for Scala Native.

0 commit comments

Comments
 (0)