You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because Python objects are freely shared between threads by the Python interpreter, there is no guarantee which thread will eventually drop the object. Therefore all types annotated with #[pyclass] must implement Send (unless annotated with #[pyclass(unsendable)] https://pyo3.rs/v0.20.0/class.html#must-be-send
The text was updated successfully, but these errors were encountered:
PyO3 says this. Is this also the case with R?
The text was updated successfully, but these errors were encountered: