CHANGELOG

changeset 31
1956a957c613
parent 27
0d82e4f49a56
child 37
b7351b503b4b
equal deleted inserted replaced
30:d5b6c8abaaeb 31:1956a957c613
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 ====== 10 ======
10 0.1.2 - 2007-08-18 11 0.1.2 - 2007-08-18
11 + Setup system to use new coro management as described in COROUTINE_MANAGEMENT 12 + Setup system to use new coro management as described in COROUTINE_MANAGEMENT
12 The callbacks are called from the event_loop 'thread' rather than that which they are 13 The callbacks are called from the event_loop 'thread' rather than that which they are
13 created in. This will prevent the self-resume problem as well as dead-thread problems. 14 created in. This will prevent the self-resume problem as well as dead-thread problems.

mercurial