Skip to content

informationsea/threadmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

threadmap

Author: Y.Okamura

Multi thread map

Example

>>> import threadmap
>>> import time
>>> def testfun(a):
...     print 'start', a
...     time.sleep(1)
...     print 'finish', a
...     return a**2
...
>>> tm = threadmap.ThreadMap()
>>> tm.map(testfun, range(10))

License

GNU General Public License v3 or later

About

Multi thread map

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages