doctr icon indicating copy to clipboard operation
doctr copied to clipboard

Anything against async/await ?

Open Carreau opened this issue 8 years ago • 1 comments

Doctr is python 3.5+, so async/await is valid syntax.

I don't see any immediate improvement we could do, expect using aiohttp in replacement of requests (which is almost a drop-in replacement), and make requests to check_repo_exists on github and travis concurrent.

I haven't played with other concurrency like subprocess, and I don't believe there is a async version of input

Carreau avatar Mar 20 '17 18:03 Carreau

¯\_(ツ)_/¯ ‏

Everything seems to work well enough now, but if there's something we need it for I guess it's there.

asmeurer avatar Mar 20 '17 18:03 asmeurer