Artifact 922d7f84e39d0793ed6381c32d061b73fbb16cc6e4976edbe4b6864a0986e4c5:
- File
src/OFIRIHandler.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: 6884) [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: 6884) [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: 6884) [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