Skip to content
Snippets Groups Projects
Commit 0a222373 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont
Browse files

lib: merge both event manager locks

The distinction was rather vain, as the inner lock was almost never
held without the outer lock. The only case was adding an event callback
(but _not_ removing one). On the other hand, the distinction required
extra heap manipulations and memory copying for each event.
parent b80a4563
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment