latches 0.2.0

A downward counter (CountDownLatch) which can be used to synchronize threads or coordinate tasks
Documentation

latches

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 6 feature flags, 3 of them enabled by default.

default

  • sync
  • atomic-wait

sync

    This feature flag does not enable additional features.

atomic-wait

  • dep:atomic-wait

futex

  • atomic-wait

std

    This feature flag does not enable additional features.

task

    This feature flag does not enable additional features.