|
1 |
| -<img src="https://user-images.githubusercontent.com/20999114/35537819-a71d5fc4-0519-11e8-9d1f-489ca7ed6822.gif" height="30" width="40"> Project Update & Overview |
2 |
| -==== |
3 |
| -#### Current Development Status |
4 | 1 |
|
5 |
| -```diff |
6 |
| -+ This repo is under active development at this time, |
7 |
| -- so, frequent and random updates are expected. |
8 |
| -+ Followers are requested to update their local repository regularly. |
9 |
| -``` |
| 2 | +About The Project |
| 3 | +================= |
| 4 | +TBD |
10 | 5 |
|
| 6 | +Project Update & Overview |
| 7 | +==== |
11 | 8 | #### Last Update Info
|
12 | 9 | <br />Time: Jan 31 01:00 AM EST
|
13 | 10 | <br />Update Impact: Major
|
14 | 11 |
|
| 12 | + |
| 13 | + |
| 14 | +List of Contents |
| 15 | +============ |
| 16 | + - _thread module |
| 17 | + - threading module |
| 18 | + - Extending Thread |
| 19 | + - Getting Current Thread Information |
| 20 | + - Daemon Threads |
| 21 | + - Joining Threads |
| 22 | + - Time Threads |
| 23 | + - Events: Communication Between Threads |
| 24 | + - Locking Resources |
| 25 | + - Limiting Concurrent Access to Resources |
| 26 | + - Thread-Specific Data |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
15 | 32 | #### Project Overview
|
16 | 33 | | About The Repo | Status |
|
17 | 34 | | --- | --- |
|
@@ -50,19 +67,6 @@ This repo is not a complete application or project, rather it's a collection of
|
50 | 67 | #### Knowledge Base
|
51 | 68 | As we all know, in general, running multiple threads simulteneously is equivalent to running several programs at the same time. In such case, threading in Python is a very popular process to attain concurrency and parallelism. Using threading module in a Python program gives us several key advatages such as sharing same data space and operating on light-weight process in order to avoid unnecessary memory overhead.
|
52 | 69 |
|
53 |
| -Topics |
54 |
| - - _thread module |
55 |
| - - threading module |
56 |
| - - Extending Thread |
57 |
| - - Getting Current Thread Information |
58 |
| - - Daemon Threads |
59 |
| - - Joining Threads |
60 |
| - - Time Threads |
61 |
| - - Events: Communication Between Threads |
62 |
| - - Locking Resources |
63 |
| - - Limiting Concurrent Access to Resources |
64 |
| - - Thread-Specific Data |
65 |
| - |
66 | 70 |
|
67 | 71 |
|
68 | 72 | #### Functional Description
|
@@ -117,3 +121,8 @@ This is my personal repo and not an official product of any company. If you woul
|
117 | 121 |
|
118 | 122 | #### Acknowledgment
|
119 | 123 | This work is largely based on a number of great tutorials and resources all over the web, compiled by great people from very different domains. Without their effort and their will to make their hard work open access, i would have not been able to compile this tutorial.
|
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | +References |
| 128 | +==== |
0 commit comments