We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sync
The README says
The Rust type system will prevent you at compile time from sending a tendril between threads. (See below for thoughts on relaxing this restriction.)
...but I don't see any thoughts below it.
The text was updated successfully, but these errors were encountered:
"sending between threads" refers to Send, not Sync.
Send
Send is implemented when atomic reference counting is enabled: https://docs.rs/tendril/0.4.2/tendril/struct.Tendril.html#impl-Send
Sorry, something went wrong.
Got it. So it sounds like just README and the API docs are just out of date? I'm happy to send a docs PR if that's the case.
Over a year later this documentation issue is still a thing, so I made a PR.
Successfully merging a pull request may close this issue.
The README says
...but I don't see any thoughts below it.
The text was updated successfully, but these errors were encountered: