jithurjacob / Windows-10-Toast-Notifications

Python library to display Windows 10 Toast Notifications
MIT License
970 stars 168 forks source link

Add multithreading option for notifications #26

Closed BroderickCarlin closed 6 years ago

BroderickCarlin commented 6 years ago

This allows notifications to optionally be launched in their own threads such that they do not block the rest of the application

jithurjacob commented 6 years ago

Thanks a lot for the implementation. I'm expecting that it would solve a few issues. Can you please do a test to check if it closes #19 and #25 ?

BroderickCarlin commented 6 years ago

It will not help with #25 and I can not speak towards #19 as I don't have enough knowledge on the issues at hand.

coppolaemilio commented 6 years ago

This is what I've been looking for! how come this has not been merged yet :)

jithurjacob commented 6 years ago

I'm really sorry guys. I'm held up at work. I'll merge this tomorrow after testing it.