|
Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
|
Classes | |
| class | Token |
Public Member Functions | |
| AsyncSemaphore (unsigned capacity) | |
| KJ_DISALLOW_COPY_AND_MOVE (AsyncSemaphore) | |
| std::optional< Token > | tryAcquire () |
| kj::Promise< Token > | acquire () |
| unsigned | capacity () const |
| unsigned | used () const |
| unsigned | available () const |