libasyncio: (reinhard) moved some stuff into a separate utils module. Building RPMs...
[libasyncio] / README
1 libasyncio
2 ===========
3
4 a library providing an infrastructure for dealing with asnychronous
5 io and support event driven programming.
6
7 The basic idea for this lib is to provide classes which hide the details
8 of polling/selecting for events on file descriptors and provide a more
9 convenient interface which supports the idea of event driven programming.
10
11
12 The library was originally developed by Intra2net as part of the
13 Intranator connection daemon which is part of the Intranator (see http://www.intranator.com/).
14 During development it was extracted as a separate module.
15 And then we decide to publish it under The GNU Lesser Public License (LGPL).
16
17
18
19 The libasyncio provides:
20
21 - basic class for handling reading from and writing to fd's
22 - filter plugin support  for incoming/outgoing data.
23 - timer events
24 - deferred function calls; "frozen" function calls
25 - start and handle subprocesses (connecting to their stdin/stdout/stderr)
26 - unix domain socket handling
27 - event signals (using boost-signal lib)
28 - ... and some more stuff.
29
30
31 It depend on the boost library (see http://www.boost.org/).
32
33
34 Links:
35 ======
36
37 the boost library:  http://www.boost.org/
38 Intra2net:  http://www.intra2net.com/