Skip to content

solanav/mtc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mtc

Python module to allow OS multithreading. It currently uses POSIX threads to make a call to a python function. The mtc funtion takes a routine as first argument and a list of lists as second. Each list will be processed in a different thread.

Building and installing

python3 setup.py build
python3 setup.py install

About

Python module to allow OS multithreading.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published