ObjFW  Check-in [55e7d380e4]

Overview
Comment:OFRunLoop: Remove timer before possible read.

A timer always needs to be removed before its fireDate is changed,
otherwise, this will break the ordering in the OFSortedList.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 55e7d380e465f3336abfd404fe820faa2053201a1fe555f796af5bd9cc033a70
User & Date: js on 2012-09-12 06:11:06
Other Links: manifest | tags
Context
2012-09-12
06:11
Run loops have a stream observer now. check-in: df53f06922 user: js tags: trunk
06:11
OFRunLoop: Remove timer before possible read. check-in: 55e7d380e4 user: js tags: trunk
06:00
Make OFSortedList sort stable. check-in: 4357c856cc user: js tags: trunk
Changes