'A python's parallel processing module.
Project description
RealThreading:
The multi-processing module for Python 3.5.
To use:
>>>import rt
>>>t=rt.IsoThread(target_function,args=arguments,kwargs=keyword arguments)
>>>t.start()
>>>t.wait()
>>>print(t.result())
>>>t.clean()
Since the only multi-threading module in python that truly take
the advantage of multi-core computers are multi-processing and MP
can only be used when not imported; also, parallel python(pp) only
work for python 2.X. So, I developed RealThreading which works pretty
much the same way as pp and does the same job but it works for python
3.X.
Contact me at G.Mpydev@gmail.com
The multi-processing module for Python 3.5.
To use:
>>>import rt
>>>t=rt.IsoThread(target_function,args=arguments,kwargs=keyword arguments)
>>>t.start()
>>>t.wait()
>>>print(t.result())
>>>t.clean()
Since the only multi-threading module in python that truly take
the advantage of multi-core computers are multi-processing and MP
can only be used when not imported; also, parallel python(pp) only
work for python 2.X. So, I developed RealThreading which works pretty
much the same way as pp and does the same job but it works for python
3.X.
Contact me at G.Mpydev@gmail.com
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
RealThreading-0.0.1.tar.gz
(5.1 kB
view details)
File details
Details for the file RealThreading-0.0.1.tar.gz.
File metadata
- Download URL: RealThreading-0.0.1.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eef0bba0d0b5f5f8a0dd7ca826ddc51890133848fc1852762e79d8bab88b9899
|
|
| MD5 |
f7d7cd4aa3e2a54d38f4d31b4da84620
|
|
| BLAKE2b-256 |
2431a16ccf9aeb614a1eb3388bac51cec84c0a47f0f0639222ed1f0b5f7935a0
|