Open
Description
Feature Request
Your issue may already be reported!
Please check out our active issues before creating one.
Is Your Feature Request Related to an Issue?
Thread may appear overly confusing to use, especially for those unfamiliar with python's built-in threading library.
At present, there is no examples for usage of thread
, providing these examples can help guide first-time developers.
Describe the Solution You'd Like
A '/learn' or equivalent
route should be created to provide easy-to-follow and heavily documented examples for using thread
.
- Learn python threading module
- Learn thread package
- Threading examples page
- Parallel Processing examples page
- Cautions pages