aioshutil icon indicating copy to clipboard operation
aioshutil copied to clipboard

Asynchronous version of functions of shutil module.

Results 3 aioshutil issues
Sort by recently updated
recently updated
newest added

I was attempting to use copyfileobj but found that it doesn't support async file handles. This makes the function essentially useless as you wouldn't want to use a standard file...

Actually I have a restful API, it will compress folder to zip and return zip file. But if I concurrent request many different folder to compress, some request will return...