Hornwitser 247d1f9ed4 Make dispatch multithreading safe
Guard the execution of dispatch with a recursive thread lock.  This is
needed to make a thread safe way to send events to Client objects.  Note
that the only thread safe method is dispatch, everything else is unsafe
to call from another thread, as the thead handling the Client object
could be modifying arbitrary structures at any time.  In addition this
only keeps nasal demons away, and does not solve any of the difficult
syncronization issues that might be present.
2015-10-06 19:09:16 +02:00
..
2015-10-02 21:35:16 -04:00
2015-10-06 19:09:16 +02:00
2015-09-05 00:57:52 -04:00
2015-08-21 18:18:34 -04:00
2015-09-13 22:28:02 -04:00