|
Condy v1.6.0
C++ Asynchronous System Call Layer for Linux
|
User-space "futex" implementation for efficient synchronization between coroutines. More...
#include "condy/intrusive.hpp"#include "condy/invoker.hpp"#include "condy/runtime.hpp"#include "condy/type_traits.hpp"#include <atomic>#include <cerrno>#include <optional>Go to the source code of this file.
Classes | |
| class | condy::Futex< T > |
| User-space "futex" implementation for efficient synchronization between coroutines. More... | |
Namespaces | |
| namespace | condy |
| The main namespace for the Condy library. | |
User-space "futex" implementation for efficient synchronization between coroutines.
Definition in file futex.hpp.