alamb commented on issue #9042: URL: https://github.com/apache/arrow-datafusion/issues/9042#issuecomment-1914584206
I agree with what @Jefffrey said I took a shot at updating the descsription of this PR to correctly include markdown / format the code More to the point, I think you don't need to create a separate worker thread to manage tokio tasks -- you should be able to simply annotate your main function with `#[tokio::main]` and then call `async` functions -- tokio will handle running the tasks on mulitple threasd -- 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]
