pip install tomorrow
python
from tomorrow import threads
python
def async_function(arg1, arg2):
return result
python
result = async_function(arg1, arg2)
python
python
from tomorrow import threads
@threads(5)
def async_function(arg1, arg2):
return result
result = async_function(arg1, arg2)