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

Implement Send for some of the types #17

Merged
merged 1 commit into from
May 30, 2021
Merged

Conversation

vmx
Copy link
Contributor

@vmx vmx commented May 29, 2021

This way it's possible to move the execution off a main thread.

Closes #15.

This way it's possible to move the execution off a main thread.

Closes kenba#15.
@kenba kenba linked an issue May 30, 2021 that may be closed by this pull request
Copy link
Owner

@kenba kenba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you Volker.

I understand and respect your view that Send should be implemented wherever possible.

Usually, I would agree. However, this damn OpenCL API is so complicated that I want to protect users from doing silly things with, which is why I prefer only to provide a feature where there is likely to be a need for it.

@kenba kenba merged commit b74a44d into kenba:develop May 30, 2021
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

Successfully merging this pull request may close these issues.

It's safe to implement Send for most of the types
2 participants