Artifact 648d3b8e86427ea64afcd4ae48cd5f2fbfc74e2957080ca2aadd1fa0d368e2b3:
- File src/ResolverThread.h — part of check-in [89fbd7a152] at 2025-03-20 13:21:56 on branch trunk — Make more use of convenience methods (user: js, size: 190) [annotate] [blame] [check-ins using]
#import <ObjFW/ObjFW.h> @interface ResolverThread: OFThread { volatile bool _stop; } @property (copy, nonatomic) OFString *query; @property (nonatomic) int starttime; - (void)stop; @end