Artifact eb7640502b8c261a93ba51d0cd80bbdcc9152c1f287e6026e8398ff0e89f3c69:
- File
src/OFNotificationCenter.m
-
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: 7846) [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: 7846) [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