add default kgio_wait_*able methods
commitf1b497e601ed2acb54f75dc989d0a5ec7afebca0
authorEric Wong <e@yhbt.net>
Thu, 18 Nov 2010 21:38:32 +0000 (18 13:38 -0800)
committerEric Wong <e@yhbt.net>
Thu, 18 Nov 2010 21:48:57 +0000 (18 13:48 -0800)
treee3b4341ff004c2720b9eeaaeac28b93c3efb87a6
parent827ad6b4fba768a5cac8fb4e83fbbf61cf7a3194
add default kgio_wait_*able methods

It makes it easier for people to use certain overrides without
killing other methods.  This is the first step in fixing
problems people were having with dalli 0.11.1+ while running
Unicorn.
ext/kgio/connect.c
ext/kgio/kgio.h
ext/kgio/read_write.c
ext/kgio/wait.c
test/test_default_wait.rb [new file with mode: 0644]