|
Condy v1.6.0
C++ Asynchronous System Call Layer for Linux
|
Thread-safe channel type for communication and synchronization. More...
#include "condy/context.hpp"#include "condy/intrusive.hpp"#include "condy/invoker.hpp"#include "condy/runtime.hpp"#include "condy/type_traits.hpp"#include "condy/utils.hpp"#include <bit>#include <cerrno>#include <cstddef>#include <cstdint>#include <new>#include <optional>#include <type_traits>Go to the source code of this file.
Classes | |
| class | condy::Channel< T, N > |
| Thread-safe bounded channel for communication and synchronization. More... | |
Namespaces | |
| namespace | condy |
| The main namespace for the Condy library. | |
Thread-safe channel type for communication and synchronization.
This file defines a thread-safe channel type, which can be used for communication and synchronization across different Runtimes.
Definition in file channel.hpp.