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!
6
6
<details >
7
7
<summary >Jump to</summary >
8
8
<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>
11
14
</ul >
12
15
</details >
13
16
@@ -135,6 +138,6 @@ These are methods of [`ParallelProcessing`](#importing-the-class) class
135
138
<br />
136
139
137
140
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!
139
142
140
143
[ 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!
8
8
<ul >
9
9
<li><a href='#importing-the-class'> Import the class</a></li>
10
10
<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>
11
14
</ul >
12
15
</details >
13
16
You can’t perform that action at this time.
0 commit comments