SteveLauC commented on issue #5269:
URL: https://github.com/apache/arrow-rs/issues/5269#issuecomment-1873830380

   > Perhaps we could take a step back as to why you want to separate CPU-bound 
and IO-bound work? Traditionally this is done to prevent stalling out worker 
threads on blocking IO, but tokio doesn't perform blocking IO, so I wonder what 
the motivation here is?
   
   Emm, IIUC, blocking operations do not only include blocking I/O, CPU-bound 
computations (if take too much time), would still be considered blocking?


-- 
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: github-unsubscr...@arrow.apache.org

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

Reply via email to