Code

utils/channel: Added an asynchronous I/O multiplexer.
authorSebastian Harl <sh@tokkee.org>
Sat, 19 Oct 2013 08:50:11 +0000 (10:50 +0200)
committerSebastian Harl <sh@tokkee.org>
Sat, 19 Oct 2013 08:52:11 +0000 (10:52 +0200)
commit19ab20f21c0fa168de54621e72121cc225d1d235
treee088de1a7ccaf92fa5b1908b46653f624d1dda13
parentec0ad95b27fe0d8c74f0b98b34ba20302ac80dfe
utils/channel: Added an asynchronous I/O multiplexer.

A channel is a buffered pipe supporting multiple parallel readers and writers.
src/Makefile.am
src/include/utils/channel.h [new file with mode: 0644]
src/utils/channel.c [new file with mode: 0644]