--- EV/EV.xs 2008/04/02 07:59:17 1.109 +++ EV/EV.xs 2008/04/15 04:41:57 1.110 @@ -1170,6 +1170,12 @@ void ev_async_send (ev_async *w) C_ARGS: e_loop (w), w +SV *ev_async_async_pending (ev_async *w) + CODE: + RETVAL = boolSV (ev_async_pending (w)); + OUTPUT: + RETVAL + MODULE = EV PACKAGE = EV::Loop PREFIX = ev_ SV *new (SV *klass, unsigned int flags = 0)