reference/pthreads/pool/construct.xml
c44e9cb68b9b65771f9c45db2c07a06c63d71359
...
...
@@ -9,12 +9,12 @@
9
9

10
10
<refsect1 role="description">
11
11
&reftitle.description;
12
-
<methodsynopsis>
13
-
<modifier>public</modifier> <type>Pool</type><methodname>Pool::__construct</methodname>
12
+
<constructorsynopsis>
13
+
<modifier>public</modifier> <methodname>Pool::__construct</methodname>
14
14
<methodparam><type>int</type><parameter>size</parameter></methodparam>
15
15
<methodparam choice="opt"><type>string</type><parameter>class</parameter></methodparam>
16
16
<methodparam choice="opt"><type>array</type><parameter>ctor</parameter></methodparam>
17
-
</methodsynopsis>
17
+
</constructorsynopsis>
18
18
<para>
19
19
Construct a new pool of workers. Pools lazily create their threads, which
20
20
means new threads will only be spawned when they are required to execute
...
...
@@ -53,13 +53,6 @@
53
53
</variablelist>
54
54
</refsect1>
55
55

56
-
<refsect1 role="returnvalues">
57
-
&reftitle.returnvalues;
58
-
<para>
59
-
The new pool
60
-
</para>
61
-
</refsect1>
62
-

63
56
<refsect1 role="examples">
64
57
&reftitle.examples;
65
58
<para>
66
59