]> git.saurik.com Git - redis.git/commit
ae.c now supports multiple polling API modules, even if only ae_select.c is implement...
authorantirez <antirez@gmail.com>
Mon, 23 Nov 2009 17:50:39 +0000 (18:50 +0100)
committerantirez <antirez@gmail.com>
Mon, 23 Nov 2009 17:50:39 +0000 (18:50 +0100)
commit266373b2834efa11b83e681bb211a0cd6c922eaa
treea14971af46ed2adb43812a49d81c72e747520357
parent5b2a1c292ac20d84ae2202bc21759a2f06b8041f
ae.c now supports multiple polling API modules, even if only ae_select.c is implemented currently. Also adding and removing an event is now O(1).
Makefile
ae.c
ae.h
benchmark.c
config.h
redis.c