DescriptionIssue #4694 - Add mutex protection to JS event handling
Encapsulate event map in a new class `EventManager`, which also contains a
mutex to eliminate data races on the map. Forward the event management methods
in `JsEngine` to corresponding methods on the internal manager instance.
Patch Set 1 : #
Total comments: 14
MessagesTotal messages: 5
|