derekdai / ioasync

A toy library to showcase that C can do golang style I/O

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project is only tested on Ubuntu 22.04, hack it with your own imagination.

Download source code

$ git clone https://github.com/derekdai/ioasync.git
$ cd ioasync

Prepare build directory

$ meson build .

Build library and tests

$ meson compile -C build

About

A toy library to showcase that C can do golang style I/O

License:MIT License


Languages

Language:C 97.2%Language:Meson 2.8%