summaryrefslogtreecommitdiff
path: root/libcr
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2024-10-06 11:09:09 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2024-10-06 11:09:09 -0600
commiteabe7380e11468fbe8fa5b7bafdb4ce5b8a448ee (patch)
tree5b9c7483983eb4b4139869211d6c96cf78bbef36 /libcr
parent7ca16c45a2ecfbf415fffd384eb5efd32180c5da (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 'libcr')
0 files changed, 0 insertions, 0 deletions