microsoft / windows-rs

Rust for Windows
https://kennykerr.ca/rust-getting-started/
Apache License 2.0
10.35k stars 486 forks source link

Implement `Send` and `Sync` for `Weak<T>` #3138

Closed kennykerr closed 3 months ago

kennykerr commented 3 months ago

IWeakReference and IWeakReferenceSource are designed and implemented to be completely thread safe.

Fixes: #3137