Open MarkusPettersson98 opened 1 day ago
This PR improves the nseventforwarder implementation in the following ways:
nseventforwarder
Mutex
This is not critical in any way, but especially the static Mutex bothered me since it didn't seem necessary :-)
This change is
This PR improves the
nseventforwarder
implementation in the following ways:Mutex
, effectively allowing multiple nsevent-callback to be running at once. Because why notThis is not critical in any way, but especially the static
Mutex
bothered me since it didn't seem necessary :-)This change is