Skip to content
New issue

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

Should RawStatement implement Send and Sync? #366

Open
jhpratt opened this issue Jul 31, 2024 · 0 comments
Open

Should RawStatement implement Send and Sync? #366

jhpratt opened this issue Jul 31, 2024 · 0 comments

Comments

@jhpratt
Copy link

jhpratt commented Jul 31, 2024

RawStatement holds a pointer, so by default it is !Send and !Sync. However, as far as I can tell, the struct owns the data behind the pointer. If this is in fact the case, then it should implement both traits to permit more flexible operations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant