8651:ce4c3c401482 | 8652:8cacde11f4fd |
---|---|
48 <tr> | 48 <tr> |
49 <td><a href="#normalizeCode">normalizeCode</a></td> | 49 <td><a href="#normalizeCode">normalizeCode</a></td> |
50 <td>Function to normalize the given code.</td> | 50 <td>Function to normalize the given code.</td> |
51 </tr> | 51 </tr> |
52 <tr> | 52 <tr> |
53 <td><a href="#worker">worker</a></td> | 53 <td><a href="#workerTask">workerTask</a></td> |
54 <td>Module function acting as the parallel worker for the syntax check.</td> | 54 <td>Module function acting as the parallel worker for the syntax check.</td> |
55 </tr> | 55 </tr> |
56 </table> | 56 </table> |
57 <hr /> | 57 <hr /> |
58 <hr /> | 58 <hr /> |
202 </dd> | 202 </dd> |
203 </dl> | 203 </dl> |
204 <div align="right"><a href="#top">Up</a></div> | 204 <div align="right"><a href="#top">Up</a></div> |
205 <hr /> | 205 <hr /> |
206 <hr /> | 206 <hr /> |
207 <a NAME="worker" ID="worker"></a> | 207 <a NAME="workerTask" ID="workerTask"></a> |
208 <h2>worker</h2> | 208 <h2>workerTask</h2> |
209 <b>worker</b>(<i>inputQueue, outputQueue</i>) | 209 <b>workerTask</b>(<i>inputQueue, outputQueue</i>) |
210 | 210 |
211 <p> | 211 <p> |
212 Module function acting as the parallel worker for the syntax check. | 212 Module function acting as the parallel worker for the syntax check. |
213 </p> | 213 </p> |
214 <dl> | 214 <dl> |