File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ _Below is an example of how you can instruct your audience on installing and set
75752 . Import thread into your library!
7676 ``` py
7777 import thread
78- from thread import Thread, ...
78+ from thread import Thread, ParallelProcessing
7979 ```
8080
8181<p align =" right " >(<a href =" #readme-top " >back to top</a >)</p >
@@ -96,8 +96,8 @@ Our docs are [here!](/docs/getting-started.md)
9696
9797- [x] Bug fixes
9898- [x] Set Thread class to inherit from threading.Thread
99- - [ ] Add kill method
100- - [ ] Docs Update
99+ - [x ] Add kill method
100+ - [x ] Docs Update
101101- [ ] v0.1.2 Release
102102
103103See the [ open issues] ( https://github.com/caffeine-addictt/thread/issues ) for a full list of proposed features (and known issues).
You can’t perform that action at this time.
0 commit comments