alamb commented on issue #9152:
URL: 
https://github.com/apache/arrow-datafusion/issues/9152#issuecomment-1934082120

   It seems to me that a blocking task is actually aborted / cancelled on drop, 
but once a blocking task starts it can't be interrupted. 
   
   So for example, if the task hasn't started yet it will never start. However, 
 once the  blocking task starts running, it will run to completion as it never 
yields control back to tokio (via `await`)
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to