Fork you process like a boss
Project description
Fork your proccess like a boss:
import forkme import logging from time import sleep logging.basicConfig(level=logging.DEBUG) def main(): forkme.fork(4) sleep(1) print(forkme.get_id()) if __name__ == '__main__': main()
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
forkme-0.4.tar.gz
(2.2 kB
view details)
File details
Details for the file forkme-0.4.tar.gz
.
File metadata
- Download URL: forkme-0.4.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 92ccce5cbfe502f15e0f97c210b6ef7b8c5438b3d46d75faf2b1cb1f70832505 |
|
MD5 | a60e9d58e4d42ff439acaefbd5cd9904 |
|
BLAKE2b-256 | 766d8207c320e99e5addb806b1f977726a44554a35be77311d783950c381c356 |