About

Metadata

  • Last updated , by ThomasSchilling
  • License BSD-3-Clause
  • Categories Concurrency
  • Maintained by: Thomas Schilling <nominolo@googlemail.com>

  • Lottery factor: 0

Links

Installation

Readme

A named lock that is created on demand.

This is useful for situations where there is a potentially infinite number of resources (e.g., database queries) that should not be used concurrently.