Martin Fouilleul
|
c041b212ab
|
[io] removed IO_OP_POS, wrap IO_OP_SEEK with offset 0 and flag FILE_SEEK_CURRENT instead
|
2023-05-31 11:38:17 +02:00 |
martinfouilleul
|
3667ab30e0
|
[win32, io, wip] add win32 io impl. for open/close/seek/read/write
|
2023-05-26 16:03:23 +02:00 |
Martin Fouilleul
|
41b6128a35
|
[io] testing abstracted io
|
2023-05-26 11:40:00 +02:00 |
Martin Fouilleul
|
c75661cfc9
|
[io] abstract file io API, using a request/completion model ala io_uring (w/ only synchronous completion for now), and per-platform backend
|
2023-05-25 20:08:38 +02:00 |