polars_utils
0.40.0
Module atomic
Structs
In crate polars_utils
Module
polars_utils
::
atomic
Copy item path
source
·
[
−
]
Structs
§
SyncCounter
A utility to create a sharable counter This does not implement drop as the user needs to decide when to drop it. Which is likely the moment the last thread is finished.