summaryrefslogtreecommitdiff
path: root/extra/hiredis/libev.h
AgeCommit message (Collapse)Author
2010-10-19Actively disconnect on an errorPieter Noordhuis
This calls the disconnect callback, causing the registered event handlers to be cleared. After this, the error callback will be called, knowing that events will no longer be fired.
2010-10-19StylePieter Noordhuis
2010-10-19Added header file and example for usage from libevPieter Noordhuis