Open
Description
What is the status about Send
and Sync
?
There is no explicit unimpl note, but due to the raw-pointers, it is also not auto-impled on Proj
.
Is it safe to move the Proj
instance between threads and have shared calls to .project
?
If so, what about providing the impl:
unsafe impl Sync for Proj {}
unsafe impl Send for Proj {}
If not, what about clarifying it in the docs / README.
Background: I would like to load and parse the proj-definition once and call the projection from different places in the application.
Metadata
Metadata
Assignees
Labels
No labels