You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,9 @@
1
1
# native-loop (PRE-RELEASE)
2
2
Extensible event loop and async-oriented IO for Scala Native; powered by libuv.
3
3
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).
5
7
6
8
## What is it?
7
9
native-loop provides a real, asynchronous ExecutionContext/Future implementation for Scala Native.
0 commit comments