ObjFW  Check-in [9b3d408f0d]

Overview
Comment:Copy the object for an OFThread so it's thread-safe.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 9b3d408f0df5e78d0879da79a044e30cba649ebecd0ef6c2294fee1b36add728
User & Date: js on 2009-06-01 01:46:22
Other Links: manifest | tags
Context
2009-06-01
02:08
Add OFMutex and use it in OFTCPSocket instead of @synchronized. check-in: cca028cedf user: js tags: trunk
01:46
Copy the object for an OFThread so it's thread-safe. check-in: 9b3d408f0d user: js tags: trunk
01:44
It's far more likely the lock we search is at the end.
Additionally, add tests for objc_sync_*.
check-in: 4b03ccfe1f user: js tags: trunk
Changes