We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50a18a8 commit 6d5e169Copy full SHA for 6d5e169
1 file changed
README.md
@@ -75,7 +75,7 @@ _Below is an example of how you can instruct your audience on installing and set
75
2. Import thread into your library!
76
```py
77
import thread
78
- from thread import Thread, ...
+ from thread import Thread, ParallelProcessing
79
```
80
81
<p align="right">(<a href="#readme-top">back to top</a>)</p>
@@ -96,8 +96,8 @@ Our docs are [here!](/docs/getting-started.md)
96
97
- [x] Bug fixes
98
- [x] Set Thread class to inherit from threading.Thread
99
-- [ ] Add kill method
100
-- [ ] Docs Update
+- [x] Add kill method
+- [x] Docs Update
101
- [ ] v0.1.2 Release
102
103
See the [open issues](https://github.com/caffeine-addictt/thread/issues) for a full list of proposed features (and known issues).
0 commit comments