]> granicus.if.org Git - libevent/commit
Initial support for a lightweight 'deferred callbacks'.
authorNick Mathewson <nickm@torproject.org>
Fri, 10 Apr 2009 14:22:33 +0000 (14:22 +0000)
committerNick Mathewson <nickm@torproject.org>
Fri, 10 Apr 2009 14:22:33 +0000 (14:22 +0000)
commit4868f4d217d19d4b0f4e45c4648460c21bc5f80f
treeea6d3591e9b4004690dac2a61ef667f191afd13f
parente3d82497c99d9cb3b1b23cc746b448811910e260
Initial support for a lightweight 'deferred callbacks'.

A 'deferred callback' is just a function that we've queued in the
event base.  This ability is needed for some mt stuff, and for complex
callback chains.  For internal use only.

svn:r1150
defer-internal.h [new file with mode: 0644]
event-internal.h
event.c