]> git.saurik.com Git - redis.git/commit - src/ae_select.c
ae.c event loop does no longer support exception notifications, as they are fully...
authorantirez <antirez@gmail.com>
Wed, 20 Jan 2010 18:38:59 +0000 (13:38 -0500)
committerantirez <antirez@gmail.com>
Wed, 20 Jan 2010 18:38:59 +0000 (13:38 -0500)
commit621d5c1985a211662409976d7b49645cad55ea4e
tree53647d34adef5d5b3557f5a99845a44b6bde739a
parent8e688711a7bcb1b13ef26002d35d555890d3cccf
ae.c event loop does no longer support exception notifications, as they are fully pointless. Also a theoretical bug that never happens in practice fixed.
ae.c
ae.h
ae_epoll.c
ae_select.c
redis-cli.c