Update README.md (#189)
This commit is contained in:
parent
1dfe544c6c
commit
3f3f247b26
@ -3257,6 +3257,7 @@ False
|
||||
|
||||
<details>
|
||||
<summary>Explain what is GIL</summary><br><b>
|
||||
Python Global Interpreter Lock (GIL) is a type of process lock which is used by python whenever it deals with processes. Generally, Python only uses only one thread to execute the set of written statements. This means that in python only one thread will be executed at a time
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
|
Loading…
Reference in New Issue
Block a user