File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,11 @@ I will lay out how to use the `thread.ParallelProcessing` class!
66<details >
77 <summary >Jump to</summary >
88 <ul >
9- <li><a href='#importing-the-class'> Import the class</a></li>
10- <li><a href='#initializing-a-thread'> Initialize a thread </a></li>
9+ <li><a href='#how-does-it-work'> How it works </a></li>
10+ <li><a href='#initializing-a-parallel-process'> Initialize a Parallel Process </a></li>
11+ <li><a href='#parameters'> Parameters </a></li>
12+ <li><a href='#attributes'> Attributes </a></li>
13+ <li><a href='#methods'> Class Methods </a></li>
1114 </ul >
1215</details >
1316
@@ -135,6 +138,6 @@ These are methods of [`ParallelProcessing`](#importing-the-class) class
135138<br />
136139
137140
138- Now you know how to use the [ ` Thread ` ] ( #importing-the-class ) class!
141+ Now you know how to use the [ ` ParallelProcessing ` ] ( #importing-the-class ) class!
139142
140143[ See here] ( ./parallel-processing.md ) for how to using the ` thread.ParallelProcessing ` class!
Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ I will lay out how to use the `thread.Thread` class!
88 <ul >
99 <li><a href='#importing-the-class'> Import the class</a></li>
1010 <li><a href='#initializing-a-thread'> Initialize a thread </a></li>
11+ <li><a href='#parameters'> Parameters </a></li>
12+ <li><a href='#attributes'> Attributes </a></li>
13+ <li><a href='#methods'> Class Methods </a></li>
1114 </ul >
1215</details >
1316
You can’t perform that action at this time.
0 commit comments