h4llow3En / mac-notification-sys

✉️ A simple wrapper to deliver or schedule macOS Notifications in Rust
98 stars 28 forks source link

Make APPLICATION_SET threadsafe #25

Closed h4llow3En closed 3 years ago

h4llow3En commented 3 years ago

As mentioned in #14

hoodie commented 3 years ago

this looks great, can we have a test that tries this from multiple threads. That should fail against the old code and work on the new implementation.