Oolite 1.91.0.7679-250703-49e991a
All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Modules Pages
OONSOperationQueueProto Class Reference

#include <OONSOperation.h>

Instance Methods

(void) - addOperation:
(NSArray *) - operations
(NSInteger) - maxConcurrentOperationCount
(void) - setMaxConcurrentOperationCount:
(void) - setSuspended:
(BOOL) - isSuspended
(void) - cancelAllOperations
(void) - waitUntilAllOperationsAreFinished

Detailed Description

Definition at line 140 of file OONSOperation.h.

Method Documentation

◆ addOperation:

- (void) addOperation: (NSOperation *) op

◆ cancelAllOperations

- (void) cancelAllOperations

References cancelAllOperations.

Referenced by cancelAllOperations.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ isSuspended

- (BOOL) isSuspended

References isSuspended.

Referenced by isSuspended.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ maxConcurrentOperationCount

- (NSInteger) maxConcurrentOperationCount

References maxConcurrentOperationCount.

Referenced by maxConcurrentOperationCount.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ operations

- (NSArray *) operations

References operations.

Referenced by operations.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ setMaxConcurrentOperationCount:

- (void) setMaxConcurrentOperationCount: (NSInteger) cnt

◆ setSuspended:

- (void) setSuspended: (BOOL) b

◆ waitUntilAllOperationsAreFinished

- (void) waitUntilAllOperationsAreFinished

References OONSOperationQueuePriorityHigh, OONSOperationQueuePriorityLow, OONSOperationQueuePriorityNormal, OONSOperationQueuePriorityVeryHigh, OONSOperationQueuePriorityVeryLow, and waitUntilAllOperationsAreFinished.

Referenced by waitUntilAllOperationsAreFinished.

Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this class was generated from the following file: