0 purchases
RealThreading 0.0.1
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 takethe advantage of multi-core computers are multi-processing and MPcan only be used when not imported; also, parallel python(pp) onlywork for python 2.X. So, I developed RealThreading which works prettymuch the same way as pp and does the same job but it works for python3.X. Contact me at [email protected]
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.