--- a/Documentation/Source/eric5.Utilities.BackgroundService.html Sun Apr 13 15:45:57 2014 +0200 +++ b/Documentation/Source/eric5.Utilities.BackgroundService.html Tue Apr 15 22:41:08 2014 +0200 @@ -73,9 +73,6 @@ <td><a href="#BackgroundService.__startExternalClient">__startExternalClient</a></td> <td>Private method to start the background client as external process.</td> </tr><tr> -<td><a href="#BackgroundService.__startInternalClient">__startInternalClient</a></td> -<td>Private method to start the background client as internal thread.</td> -</tr><tr> <td><a href="#BackgroundService.enqueueRequest">enqueueRequest</a></td> <td>Implement a queued processing of incomming events.</td> </tr><tr> @@ -157,21 +154,6 @@ <dd> the process object (QProcess or None) </dd> -</dl><a NAME="BackgroundService.__startInternalClient" ID="BackgroundService.__startInternalClient"></a> -<h4>BackgroundService.__startInternalClient</h4> -<b>__startInternalClient</b>(<i>port</i>) -<p> - Private method to start the background client as internal thread. -</p><dl> -<dt><i>port</i></dt> -<dd> -socket port to which the interpreter should connect (int) -</dd> -</dl><dl> -<dt>Returns:</dt> -<dd> -the thread object (Thread) or None -</dd> </dl><a NAME="BackgroundService.enqueueRequest" ID="BackgroundService.enqueueRequest"></a> <h4>BackgroundService.enqueueRequest</h4> <b>enqueueRequest</b>(<i>fx, lang, fn, data</i>)