ObjFW  Check-in [1d0042a040]

Overview
Comment:OFThread: Fix setting the name on the wrong thread

The name of the thread may only be set from the thread itself. So the
thread should read the property on start and set its name.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | 0.90
Files: files | file ages | folders
SHA3-256: 1d0042a0406ef262acc45a17ae57c5add6057c617b232188a4d2da5723823700
User & Date: js on 2017-10-07 10:46:59
Other Links: branch diff | manifest | tags
Context
2017-10-07
10:50
OFThread: Mark the thread block nullable check-in: ead26485f6 user: js tags: 0.90
10:46
OFThread: Fix setting the name on the wrong thread check-in: 1d0042a040 user: js tags: 0.90
2017-10-01
21:13
Fix testing the wrong OFKernelEventObserver check-in: 13025565d3 user: js tags: 0.90
Changes