ObjFW  Check-in [cc17787021]

Overview
Comment:Minor fix for -[join] in OFThread.

We also want to be able to join a thread that is still running, this
change allows that.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: cc17787021a348db0010fbc178ce30703b5a5581aafe6dad0785deaa47dc78fa
User & Date: js on 2010-04-10 21:43:47
Other Links: manifest | tags
Context
2010-04-10
21:49
Retain the thread in -[start] first to prevent a race condition. check-in: 82fe4443e2 user: js tags: trunk
21:43
Minor fix for -[join] in OFThread. check-in: cc17787021 user: js tags: trunk
21:37
Don't set errno in sockets on Win32. check-in: 1e35805366 user: js tags: trunk
Changes