Only dispatch_async on limelight-common's threads

This commit is contained in:
Cameron Gutman
2015-01-09 16:58:18 -05:00
parent 600560d9e3
commit 61401b3e7b
5 changed files with 20 additions and 2 deletions

View File

@@ -14,5 +14,6 @@
- (id) initWithConfig:(StreamConfiguration*)config renderView:(UIView*)view connectionCallbacks:(id<ConnectionCallbacks>)callback;
- (void) stopStream;
- (void) stopStreamInternal;
@end