Skip to content

Commit

Permalink
Added iOS thread sleep possibilities
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Keller committed Feb 6, 2014
1 parent 11e0331 commit 0e988cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions VDKQueue.h
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ extern NSString * VDKQueueAccessRevocationNotification;
{
ARCCompatWeakPropertyTypeModifier id<VDKQueueDelegate> _delegate;
BOOL _alwaysPostNotifications; // By default, notifications are posted only if there is no delegate set. Set this value to YES to have notes posted even when there is a delegate.
int _sleepInterval;

@private
int _coreQueueFD; // The actual kqueue ID (Unix file descriptor).
Expand Down Expand Up @@ -177,5 +178,6 @@ extern NSString * VDKQueueAccessRevocationNotification;

@property (ARCCompatWeakPropertyModifier) id<VDKQueueDelegate> delegate;
@property (assign) BOOL alwaysPostNotifications;
@property (assign) int sleepInterval;

@end

0 comments on commit 0e988cd

Please sign in to comment.