Commit Graph

1 Commits

Author SHA1 Message Date
Louis Bettens b294365fc1
change implementation of handler dispatching
This implementation has lockless handler lists, which reduces the time
during which the handler map lock must be held.  It doesn't unlink empty
lists from the map, but as long as the set of events to handle is fixed
and finite it's arguably better that way.
2017-03-04 21:42:09 +01:00