ObjFW  Check-in [ff3a60cc12]

Overview
Comment: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.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: ff3a60cc123ed3f67403e8f233dae5dfaea5e0c3970c68dd5f49e1925a4e46bd
User & Date: js on 2024-04-28 08:36:55
Other Links: manifest | tags
Context
2024-04-28
11:56
Workaround for OFSubprocessTests on Windows 9x check-in: cd829b4336 user: js tags: trunk
08:36
Use @synchronized over OFMutex in a few places check-in: ff3a60cc12 user: js tags: trunk
2024-04-27
01:55
GitHub Actions: Replace macos-latest with macos-12 check-in: 799dbd0e16 user: js tags: trunk
Changes