File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,11 @@ Most of the code for this project originated in [zzz](https://github.com/mookums
8
8
- ** Scalable** : Tardy uses very little memory initially and can be tuned using various configuration options.
9
9
10
10
## Installing
11
- Tracking Latest Zig Stable: ` 0.13.0 `
11
+ Latest Zig Stable: ` 0.13.0 `
12
+
13
+ Latest Tardy Release: ` 0.1.0 `
12
14
```
13
- zig fetch --save git+https://github.com/mookums/tardy#main
15
+ zig fetch --save git+https://github.com/mookums/tardy#v0.1.0
14
16
```
15
17
16
18
You can then add the dependency in your ` build.zig ` file:
@@ -30,7 +32,7 @@ exe.root_module.addImport(tardy);
30
32
- Modular Asynchronous Implementation
31
33
- ` io_uring ` for Linux (>= 5.1.0).
32
34
- ` epoll ` for Linux (>= 2.5.45).
33
- - ` kqueue ` for Darwin & BSD .
35
+ - ` kqueue ` for BSD & Mac .
34
36
- ` busy_loop ` for Linux, Mac and Windows.
35
37
- Single and Multi-threaded Support
36
38
- Callbacks on Async I/O events (through ` runtime.[net/fs] ` )
You can’t perform that action at this time.
0 commit comments