8651:ce4c3c401482 | 8652:8cacde11f4fd |
---|---|
48 <tr> | 48 <tr> |
49 <td><a href="#tomlSyntaxCheck">tomlSyntaxCheck</a></td> | 49 <td><a href="#tomlSyntaxCheck">tomlSyntaxCheck</a></td> |
50 <td>Function to check a TOML source file for syntax errors.</td> | 50 <td>Function to check a TOML source file for syntax errors.</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 /> |
232 </dd> | 232 </dd> |
233 </dl> | 233 </dl> |
234 <div align="right"><a href="#top">Up</a></div> | 234 <div align="right"><a href="#top">Up</a></div> |
235 <hr /> | 235 <hr /> |
236 <hr /> | 236 <hr /> |
237 <a NAME="worker" ID="worker"></a> | 237 <a NAME="workerTask" ID="workerTask"></a> |
238 <h2>worker</h2> | 238 <h2>workerTask</h2> |
239 <b>worker</b>(<i>inputQueue, outputQueue</i>) | 239 <b>workerTask</b>(<i>inputQueue, outputQueue</i>) |
240 | 240 |
241 <p> | 241 <p> |
242 Module function acting as the parallel worker for the syntax check. | 242 Module function acting as the parallel worker for the syntax check. |
243 </p> | 243 </p> |
244 <dl> | 244 <dl> |