Artifact 15425300f65420f58ad4b8de2069cd9e824ea3dadf2da1919ebcc835d8e4788f:
- File
src/OFKernelEventObserver.h
-
2024-04-28 08:36:55
— part of check-in
[ff3a60cc12]
on branch trunk
— Use @synchronized over OFMutex in a few places
These places are not super performance critical and the code becomes a
lot more readable.Actually using @synchronized in ObjFW itself is also a good motivation
to optimize it further. (user: js, size: 7913) [annotate] [blame] [check-ins using] - 2024-04-28 18:15:06 — part of check-in [bd2d723910] on branch sctp — Merge trunk into branch "sctp" (user: js, size: 7913) [annotate] [blame] [check-ins using]
-
2024-04-28 08:36:55
— part of check-in
[ff3a60cc12]
on branch trunk
— Use @synchronized over OFMutex in a few places