ObjFW  Check-in [5b5c12fa0b]

Overview
Comment:OFNotificationCenter: Don't retain observer

This avoids retain cycles.

A future improvement could be to use a weak reference instead, without
relying on ARC by calling into the runtime functions directly.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 5b5c12fa0b816c9714f05db138d89166528d6346551f928172430dbd15836bcd
User & Date: js on 2023-01-13 13:31:07
Other Links: manifest | tags
Context
2023-01-22
21:48
Support for reading extended attributes on Linux check-in: 565d2b3763 user: js tags: trunk
2023-01-13
13:31
OFNotificationCenter: Don't retain observer check-in: 5b5c12fa0b user: js tags: trunk
13:11
OFNotificationCenter: Don't expose internal class check-in: 651875bc1f user: js tags: trunk
Changes