Documentation/Source/eric6.Utilities.BackgroundClient.html

changeset 5762
76ef5f340007
parent 4222
1db92cbf62c9
child 6553
5006766492a5
--- a/Documentation/Source/eric6.Utilities.BackgroundClient.html	Tue Jun 20 14:45:35 2017 +0200
+++ b/Documentation/Source/eric6.Utilities.BackgroundClient.html	Wed Jun 21 19:40:59 2017 +0200
@@ -86,16 +86,20 @@
 </table>
 <a NAME="BackgroundClient.__init__" ID="BackgroundClient.__init__"></a>
 <h4>BackgroundClient (Constructor)</h4>
-<b>BackgroundClient</b>(<i>host, port</i>)
+<b>BackgroundClient</b>(<i>host, port, maxProcs</i>)
 <p>
         Constructor of the BackgroundClient class.
 </p><dl>
-<dt><i>host</i></dt>
+<dt><i>host</i> (str)</dt>
 <dd>
 ip address the background service is listening
-</dd><dt><i>port</i></dt>
+</dd><dt><i>port</i> (int)</dt>
 <dd>
 port of the background service
+</dd><dt><i>maxProcs</i> (int)</dt>
+<dd>
+maximum number of CPUs (processes) to use
+            (0 = determined automatically)
 </dd>
 </dl><a NAME="BackgroundClient.__cancelled" ID="BackgroundClient.__cancelled"></a>
 <h4>BackgroundClient.__cancelled</h4>

eric ide

mercurial