/diffuse

Primary LanguagePythonMIT LicenseMIT

Python Diffuse

Build Status 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.