Your getActualPrice(ticker)
is a very fast function, there is need to make a background task for something that fast.
You can make it a callable and call that directly from the form.
Your getActualPrice(ticker)
is a very fast function, there is need to make a background task for something that fast.
You can make it a callable and call that directly from the form.