mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 23:30:29 -04:00
MultiTasking is a tiny Python library lets you convert your Python methods into asynchronous, non-blocking methods simply by using a decorator. WWW: https://github.com/ranaroussi/multitasking
4 lines
193 B
Text
4 lines
193 B
Text
MultiTasking is a tiny Python library lets you convert your Python methods into
|
|
asynchronous, non-blocking methods simply by using a decorator.
|
|
|
|
WWW: https://github.com/ranaroussi/multitasking
|