ObjFW  Check-in [0afb04d93c]

Overview
Comment:OFDNSResolver: Use a delegate for async operations

Because there is usually only one resolver per thread, having the
delegate as a property on the resolver would not work. It is therefore
passed as an argument.

This only changes the public API so far. Internally, the old target /
selector / context pattern is still being used. This will be changed
later.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 0afb04d93c2bc897f66c427f87a81599ba318bd72c8abc9252c6a76bb9df6e63
User & Date: js on 2018-12-22 00:29:42
Other Links: manifest | tags
Context
2018-12-22
18:13
Make GCC happy check-in: 214e46a10f user: js tags: trunk
00:29
OFDNSResolver: Use a delegate for async operations check-in: 0afb04d93c user: js tags: trunk
2018-12-21
21:39
Remove context from OFHTTPClientDelegate check-in: eaf458c1e6 user: js tags: trunk
Changes