Update README.md

This commit is contained in:
bt3gl 2022-03-28 13:41:44 +01:00 committed by GitHub
parent 9f3226ef74
commit fbba87d8ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@
#### Multi-processing
### Multi-processing
* In multiprocessing, the original process is forked process into multiple child processes bypassing the GIL.
* Each child process will have a copy of the entire program's memory.