Module sync
polars_
utils
0.46.0
Module sync
Module Items
Structs
In crate polars_
utils
Modules
abs_diff
algebraic_ops
aliases
arena
binary_search
cache
cardinality_sketch
cell
chunks
clmul
cpuid
error
file
fixedringbuffer
float
floor_divmod
fmt
functions
hashing
idx_map
idx_mapper
idx_vec
index
io
itertools
kahan_sum
macros
mem
min_max
mmap
nulls
partitioned
pl_serialize
pl_str
priority
python_convert_registry
python_function
regex_cache
select
slice
slice_enum
sort
sparse_init_vec
sync
sys
total_ord
vec
Macros
cached_regex
format_list
format_list_container
format_list_container_truncated
format_list_truncated
format_pl_smallstr
format_tuple
matches_any_order
no_call_const
unitvec
polars_utils
Module
sync
Copy item path
Settings
Help
Summary
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.