AsyncBerkeley
Asynchronous Berkeley sockets. Simple.
Loading...
Searching...
No Matches
Classes | Namespaces
executor.hpp File Reference

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 io namespace contains all the functions and classes for the I/O library.
 
namespace  io::execution
 Provides high-level interfaces for executors and completion triggers.
 

Detailed Description

This file defines a generic executor for the I/O library.