x42005e1f commented on issue #50185:
URL: https://github.com/apache/airflow/issues/50185#issuecomment-2967452565

   To put it another way, a feature of the approach with delegating execution 
to another thread is that the code is executed independently of the synchronous 
code in the current thread. This means that any operation that has been 
delegated by the asynchronous code and that the synchronous code needs to wait 
for will be able to complete in parallel. This eliminates the dependency, and 
thus bypasses the problem.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to