Hi,

how is it possible to schedule a callback in the next eventloop
iteration? Of course i could add a timer event with timeout 0 but this
seems like a lot of overhead. I just want a function to be called in
the next event iteration (i can't call it directly in another libevent
callback because the first callback is called inside the
buffer_chain_free method and the method itself wants to write to the
buffer).
_______________________________________________
Libevent-users mailing list
Libevent-users@monkey.org
http://monkeymail.org/mailman/listinfo/libevent-users

Reply via email to