Module polars_utils::atomic

source ·

Structs

  • 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.