[Async-sig] async file IO library

Dima Tisnek dimaqq at gmail.com
Sat Jun 9 04:00:23 EDT 2018


Hi group,

It seems that Python docs don't make a recommendation about which library
to use for asynchronous access to files when using asyncio.

Is there a canonical recommendation?
Is it a good idea?

There's at least one 3rd party library popular enough to deserve own
stackoverflow tag, however AFAIU it uses thread pool, while most OS'es
provide some or other API, making native implementation possible, at least
in theory.

What are your thoughts?

Thanks,
Dima
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/async-sig/attachments/20180609/d7d73951/attachment.html>


More information about the Async-sig mailing list