author | Sebastian Harl <sh@tokkee.org> | |
Sat, 19 Oct 2013 08:50:11 +0000 (10:50 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sat, 19 Oct 2013 08:52:11 +0000 (10:52 +0200) | ||
commit | 19ab20f21c0fa168de54621e72121cc225d1d235 | |
tree | e088de1a7ccaf92fa5b1908b46653f624d1dda13 | tree | snapshot |
parent | ec0ad95b27fe0d8c74f0b98b34ba20302ac80dfe | commit | diff |
utils/channel: Added an asynchronous I/O multiplexer.
A channel is a buffered pipe supporting multiple parallel readers and writers.
A channel is a buffered pipe supporting multiple parallel readers and writers.
src/Makefile.am | diff | blob | history | |
src/include/utils/channel.h | [new file with mode: 0644] | blob |
src/utils/channel.c | [new file with mode: 0644] | blob |