|
Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
|
#include "lix/libutil/types.hh"#include <cstdlib>#include <kj/async.h>#include <kj/common.h>#include <list>#include <mutex>#include <condition_variable>#include <cassert>#include <optional>#include <utility>Go to the source code of this file.
Classes | |
| class | nix::Sync< T, M > |
| class | nix::Sync< T, M >::Lock |
| class | nix::Sync< T, AsyncMutex > |
| class | nix::Sync< T, AsyncMutex >::Lock |