Commit ddc5aeee authored by Steve Bennett's avatar Steve Bennett
Browse files

aio: change to use unix io, not stdio



This changes especially makes buffered I/O work
with non-blocking channels.

- separate read and write buffering
- support for timeout on blocking read
- read/write on same channel in event loop with buffering
- read buffer is the same across read, gets, copyto
- autoflush non-blocking writes via event loop
- copyto can now copy to any filehandle-like command
- add some copyto tests

Signed-off-by: default avatarSteve Bennett <steveb@workware.net.au>
parent 32be9271
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment