mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-03 07:04:34 +00:00
![]() Dyn is currently Send+Sync, so `VRc<WhateverVTable, Dyn>` is also Send+Sync. So we shouldn't really allow conversion between `VRc<WhateverVTable, SomeThingNotSend>` to `VRc<_, Dyn>` that can be sent between threads This is a breaking change of the vtable crate, but also a soundness fix Also VRc shouldn't be shared between thread if the vtable itself can't be shared between threads |
||
---|---|---|
.. | ||
compile_fail_tests.rs | ||
lib.rs | ||
vrc.rs |