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
Hi,
it seems there is no sendable Weak reference?
The text was updated successfully, but these errors were encountered:
There isn't (they weren't needed for the use case this crate was developed for), but I believe one could be added in a straightforward way.
Sorry, something went wrong.
When we have a cyclic data structure, which T has a field with weak reference to itself, then we need a SendWeak to make SendRc sendable
That makes sense. Do you use SendRc in production, or plan to do so? Do you find it useful?
SendRc
I could look into adding support for weak references, but would only do that if it will be of practical use.
No branches or pull requests
Hi,
it seems there is no sendable Weak reference?
The text was updated successfully, but these errors were encountered: