Skip to content

simpx/elves

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eleves -- Python Threading For Human

Installation:
  
  pip install elves

  easy_install elves

Usage:

  import elves
  threads_num = 10
  def do_something(msg):
    #do something
    print msg

  #elves.Watcher()
  #this will run threads_num threads
  elves.run(threads_num)

  for i in range(100):
    elves.put(i)
  elves.join()

About

Python Threading For Human

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages