update README for maintainer change

fix #5
This commit is contained in:
Tao Guo
2024-11-14 14:19:46 -08:00
parent 2e21bf022b
commit 435674a6f6

View File

@ -1,13 +1,9 @@
# iofthetiger - High Performance Cross Platform Async IO Library for Zig # iofthetiger - High Performance Cross Platform Async IO Library for Zig
## This Project Needs a New Maintainer
If you would like to take over the development and maintenace of this project,
let me know by opening an issue.
This library is pretty much the [TigerBeetle](https://github.com/tigerbeetle/tigerbeetle) This library is pretty much the [TigerBeetle](https://github.com/tigerbeetle/tigerbeetle)
IO library with the TigerBeetle specifics removed, to make it a more general purpose async IO library with the TigerBeetle specifics removed, to make it a more general purpose async
IO library for Zig programs. It works on Linux, macOS, and Windows. IO library for Zig programs. It works on Linux, macOS, and Windows.
The [tests](src/test.zig) show some sample usage, and there's a full sample The [tests](src/test.zig) show some sample usage, and there's a full sample
[multithreaded web server](src/sample_web_server.zig) too. You can build and run the sample [multithreaded web server](src/sample_web_server.zig) too. You can build and run the sample
web server with `zig build run server`. web server with `zig build server`.