| AsyncBerkeley
    Asynchronous Berkeley sockets. Simple. | 
This file defines a generic executor for the I/O library. More...
#include "io/detail/concepts.hpp"#include "io/detail/customization.hpp"#include "io/error.hpp"#include "io/socket/socket_handle.hpp"#include <exec/async_scope.hpp>#include <stdexec/execution.hpp>#include <utility>Go to the source code of this file.
| Classes | |
| class | io::execution::executor< Mux > | 
| An executor that uses a multiplexer to wait for events.  More... | |
| Namespaces | |
| namespace | io | 
| The ionamespace contains all the functions and classes for the I/O library. | |
| namespace | io::execution | 
| Provides high-level interfaces for executors and completion triggers. | |
This file defines a generic executor for the I/O library.