Real Threading 0.0.1 | Coderz Repository

RealThreading 0.0.1

Last updated:

0 purchases

RealThreading 0.0.1 Image
RealThreading 0.0.1 Images

Free

Languages

Categories

Add to Cart

Description:

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 G.Mpydev@gmail.com

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.