Add io_create_file, io_open_file

This commit is contained in:
2024-04-08 00:38:13 +02:00
parent 9870c2544c
commit 79a8f93572
5 changed files with 340 additions and 43 deletions
+1 -1
View File
@@ -4,4 +4,4 @@ TinyIO is a cross-platform (Windows and Linux) API for asynchronous I/O operatio
<<< WARNING >>> It's likely that the io_uring code has some bugs, so be wary! Also bug reports are appreciated :)
It's released in the public domain, so you can just adapt the code for your own projects. Pull requests would be appreciated though.
It's released in the public domain, so you can just adapt the code for your own projects. Pull requests would be appreciated though.