From 41f431f30cc6118ef982c6374914810cd07a8106 Mon Sep 17 00:00:00 2001 From: Steve Bennett Date: Sun, 28 May 2023 11:22:12 +1000 Subject: 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: Steve Bennett --- make-bootstrap-jim | 1 + 1 file changed, 1 insertion(+) (limited to 'make-bootstrap-jim') diff --git a/make-bootstrap-jim b/make-bootstrap-jim index cf8138d..315d610 100755 --- a/make-bootstrap-jim +++ b/make-bootstrap-jim @@ -101,6 +101,7 @@ cat <