ObjFW  Check-in [71d45a29d1]

Overview
Comment:Make sure +[OFThread sleep*] is always available.

This means that even if --disable-threads has been specified, it is
possible to use +[OFThread sleep*] to sleep the current (and only)
thread.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 71d45a29d1d06423237a8c1fbfa70df4ae60c82eb5dbeca240b1f3d6d3d17488
User & Date: js on 2013-04-26 20:40:43
Other Links: manifest | tags
Context
2013-04-26
21:10
Use nanosleep() if available. check-in: db70226153 user: js tags: trunk
20:40
Make sure +[OFThread sleep*] is always available. check-in: 71d45a29d1 user: js tags: trunk
20:18
Only build OFProcess if available. check-in: 9965b1550e user: js tags: trunk
Changes