aws-s3-bucket-browser icon indicating copy to clipboard operation
aws-s3-bucket-browser copied to clipboard

Make time.sleep async

Open Kaaserne opened this issue 3 years ago • 0 comments

Related Problem

Currently, all sleep are synchronous, it'd be better to change it to async code.

Feature Description

Change all synchronous time.sleep to await asyncio.sleep.

Kaaserne avatar Aug 25 '22 20:08 Kaaserne