Closed MaxVerevkin closed 4 months ago
These structs implement Send + Sync automatically.
Send + Sync
Now there is no unsafe in the repo :)
unsafe
I've gone ahead and further restricted the use of unsafe in all crates (b9a582a38f678e28e77fe6f2ed072fdfd1e87d3c). Good call removing it.
These structs implement
Send + Sync
automatically.