polars_utils
0.40.0
Module sync
Structs
In crate polars_utils
Module
polars_utils
::
sync
Copy item path
source
·
[
−
]
Structs
§
SyncPtr
Utility that allows use to send pointers to another thread. This is better than going through
usize
as MIRI can follow these.