CHANGELOG

changeset 37
b7351b503b4b
parent 31
1956a957c613
child 38
01374be0702d
equal deleted inserted replaced
36:139601546bd9 37:b7351b503b4b
4 * Broke event_callback into its own source file 4 * Broke event_callback into its own source file
5 + Added timer/timeout capabilities + minor test 5 + Added timer/timeout capabilities + minor test
6 + Added event_buffer object 6 + Added event_buffer object
7 * Can 'add' a sequence of strings/event_buffers 7 * Can 'add' a sequence of strings/event_buffers
8 * Can 'get_data', 'length','drain','close' and create new instances 8 * Can 'get_data', 'length','drain','close' and create new instances
9 * Can 'readline' 9 * Can 'readline', 'read' from file des, 'write' to file des
10 * Added lunit tests for basic functions (read/write from/to FD)
10 ====== 11 ======
11 0.1.2 - 2007-08-18 12 0.1.2 - 2007-08-18
12 + Setup system to use new coro management as described in COROUTINE_MANAGEMENT 13 + Setup system to use new coro management as described in COROUTINE_MANAGEMENT
13 The callbacks are called from the event_loop 'thread' rather than that which they are 14 The callbacks are called from the event_loop 'thread' rather than that which they are
14 created in. This will prevent the self-resume problem as well as dead-thread problems. 15 created in. This will prevent the self-resume problem as well as dead-thread problems.

mercurial