# # ChangeLog for examples/io # # Generated by Trac 1.2.1 # May 22, 2024, 2:03:00 PM Thu, 23 Apr 2020 20:21:49 GMT Thierry Delisle [2489d31] * benchmark/io/readv.cfa (modified) * examples/io/simple/server.cfa (modified) * libcfa/src/concurrency/io.cfa (modified) Removed the async_ prefix of I/O functions Tue, 14 Apr 2020 15:56:09 GMT Thierry Delisle [34d0a28] * examples/io/simple/server.cfa (added) Added example of asynchronous I/O Thu, 26 Mar 2020 18:33:56 GMT Thierry Delisle [2a35f14] * examples/io/filereader.c (added) added simple file reading n times example Thu, 26 Mar 2020 18:08:09 GMT Thierry Delisle [63863f8] * examples/io/simple/client.c (moved) * examples/io/simple/server.c (moved) Started some clean-up in examples/io Wed, 25 Mar 2020 18:08:34 GMT Thierry Delisle [6c6e36c] * examples/io/client.c (added) * examples/io/server.c (added) Added async server using io_uring and a dummy client to go with it