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
_______________________________________________
Async-sig mailing list
Async-sig@python.org
https://mail.python.org/mailman/listinfo/async-sig
Code of Conduct: https://www.python.org/psf/codeofconduct/

Reply via email to