Crates.io | force-send-sync |
lib.rs | force-send-sync |
version | 1.1.0 |
source | src |
created_at | 2020-11-18 22:27:01.101417 |
updated_at | 2023-06-23 16:02:18.014459 |
description | Unsafe wrappers to force Send and Sync. |
homepage | |
repository | https://github.com/pacman82/force-send-sync |
max_upload_size | |
id | 313817 |
size | 6,787 |
Tells the compiler things are Send and/or Sync.
If you should not know what Send
and Sync
means this crate is likely not what you are looking
for. Usecases for this are extremly rare. This crate is unlikely to solve your problem and much more
likely to turn the problem you have into a much messier one.
Send
and/or Sync
but the compiler does not know it. Further you can not
implement these yourself, because the code lives Upstream (maybe you could contribute there?).