diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-10-06 11:09:09 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-10-06 11:09:09 -0600 |
commit | eabe7380e11468fbe8fa5b7bafdb4ce5b8a448ee (patch) | |
tree | 5b9c7483983eb4b4139869211d6c96cf78bbef36 /lib9p/CMakeLists.txt | |
parent | 7ca16c45a2ecfbf415fffd384eb5efd32180c5da (diff) |
libnetio: Ugg, posix aio is trash
In concept, it's exactly what I need.
But
- glibc's implementation of it does not allow concurrent reads and writes
- it not required to work for fds that don't have absolute offsets (so
no pipes, no sockets)
So just spin up a pthread for each syscall. I hate it.
Diffstat (limited to 'lib9p/CMakeLists.txt')
0 files changed, 0 insertions, 0 deletions