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

Add Send bound to graph operator node trait object #55

Merged
merged 1 commit into from
Feb 28, 2024
Merged

Conversation

robertknight
Copy link
Owner

This makes Model instances Send, which amongst other uses enables storing them in PyO3 classes (that is, structs with the #[pyclass] annotation).

Relates to robertknight/ocrs#17.

This makes `Model` instances `Send`, which amongst other uses enables storing
them in PyO3 classes (that is, structs with the `#[pyclass]` annotation).

Relates to robertknight/ocrs#17.
@robertknight robertknight merged commit e004ab1 into main Feb 28, 2024
2 checks passed
@robertknight robertknight deleted the send-bound branch February 28, 2024 19:12
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.

1 participant