Skip to content

asandeep/diffuse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Diffuse

Build & Test codecov license Python Versions Package Version Black

Diffuse is yet another python library to run concurrent code.

The library builds upon standard library's concurrent.futures module and provides a consistent interface to run your code in separate Threads, Processes or ASyncIO coroutines.