Lynkeos
Instance Methods | List of all members
MyProcessingThread(Private) Category Reference

Private methods of MyProcessingThread class. More...

Instance Methods

(id) - initWithAttributes:document:connection:
 Thread controller initialization. More...
 
(void) - processList
 Process all the items in the list. More...
 

Detailed Description

Private methods of MyProcessingThread class.

Method Documentation

- (id) initWithAttributes: (NSDictionary *)  attributes
document: (MyDocument *)  document
connection: (LynkeosThreadConnection *)  cnx 

Thread controller initialization.

Parameters
attributesThread attributes in a dictionary
documentThe document which launch this thread.
cnxThe connection with the main thread
- (void) processList

Process all the items in the list.

The loop exits when the last item is processed or if the main thread stopped the processing.

The run loop is run at each iteration to allow inter-threads method call. The run loop is just queried for a pending inter-thread message.


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