]> git.ozlabs.org Git - ccan/commit
ccan/io: io_duplex.
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 14 Oct 2013 10:58:20 +0000 (21:28 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 14 Oct 2013 10:58:20 +0000 (21:28 +1030)
commita2dffefa5ef8d0cf71d99755c4640a8004679b1d
tree625565be98806ac943d52c1decdac9d715b9b96b
parent8d97cddd18f504409ddb66dfe396798c99c2dfbd
ccan/io: io_duplex.

Cleaner model for I/O, with cost of complexity if you really want bidir.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ccan/io/SCENARIOS [new file with mode: 0644]
ccan/io/backend.h
ccan/io/io.c
ccan/io/io.h
ccan/io/poll.c
ccan/io/test/run-12-bidir.c [new file with mode: 0644]