In a multi thread environment for CPU backend, the tasks in the queue are executed serially, only one thread executes the task.
Set AF_SYNCHRONOUS_CALLS = 1, the threads work well.
Does it because the queue is in the main thread? Is there any method to let every thread have its own queue?