We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3067d3e commit 5e28247Copy full SHA for 5e28247
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: c02f346e2cdc80ef476ff625b59613acf62ccf87
+refs/heads/master: 4133e3ec82f7e939341a37a7e348e43085603f7d
trunk/src/README
@@ -13,6 +13,7 @@ rt/rust_*.cpp - The majority of the runtime services
13
rt/isaac - The PRNG used for pseudo-random choices in the runtime
14
rt/bigint - The bigint library used for the 'big' type
15
rt/uthash - Small hashtable-and-list library for C, used in runtime
16
+rt/libuv - The library used for async IO in the runtime
17
rt/{sync,util} - Small utility classes for the runtime.
18
19
test/ Testsuite
0 commit comments