lincolnloop / python-qrcode

Python QR Code image generator
https://pypi.python.org/pypi/qrcode
Other
4.39k stars 674 forks source link

Is there a way to know QR image generation completed? #277

Open hcooch2ch3 opened 2 years ago

hcooch2ch3 commented 2 years ago

I make an App to use QR code generated by this library,

but I can't know whether QR code image generation is completed or not.

so I am temporarily deal with by making main thread wait constants seconds because image file generation is completed.

Is there a way to know QR image generation completed? likes completion handler or async/await?