i have a critical section of code where once it starts running, it MUST
finish. is there some way to stop libevent so that it doesn't interrupt the
execution of my code or do i actually have to event_del() everything then
event_add() everything back when i'm done?
_______________________________________________
Libevent-users mailing list
Libevent-users@monkey.org
http://monkey.org/mailman/listinfo/libevent-users

Reply via email to