I\'m trying to program a loop with a asynchronous part in it. I dont want to wait for this asynchronous part every iteration though. Is there a way to not wait for this function
use thread. it creates a new thread in that the asynchronous function runs
thread
https://www.tutorialspoint.com/python/python_multithreading.htm