tustvold commented on PR #3728:
URL: https://github.com/apache/arrow-rs/pull/3728#issuecomment-1433640767

   >  it'd be nicer to have the RawReader also support async work
   
   You might want to try out 
[RawDecoder](https://docs.rs/arrow-json/latest/arrow_json/struct.RawDecoder.html)
 in that case, it is designed for use in async contexts. FYI no operating 
systems currently support async IO, tokio actually just calls 
`tokio::spawn_blocking` under the hood, unless you're using something like 
glomio or streaming data over a network, async is not necessarily helpful.


-- 
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