Nick Mathewson b557b175c0 Detect and refuse reentrant event_base_loop() calls
Calling event_base_loop on a base from inside a callback invoked by
that same base, or from two threads at once, has long been a way to
get exceedingly hard-to-diagnose errors.  This patch adds code to
detect such reentrant invocatinos, and exit quickly with a warning
that should explain what went wrong.
2010-03-21 13:28:48 -04:00
..
2010-03-05 13:00:15 -05:00
2010-01-23 20:07:05 -05:00
2010-03-05 13:00:15 -05:00
2010-01-12 15:58:36 -05:00