|
uvco 0.1
|
#include <uv.h>#include "uvco/internal/internal_utils.h"#include "uvco/promise/promise.h"#include "uvco/run.h"#include <cstdint>#include <span>#include <string>#include <string_view>#include <variant>

Go to the source code of this file.
Classes | |
| class | uvco::AddressHandle |
| AddressHandle is a light-weight wrapper around a struct
/ sockaddr_in(6), and is therefore cheap to copy. More... | |
| struct | uvco::AddressHandle::NtopHelper_ |
| A helper for calling inet_ntop(3). More... | |
| class | uvco::Resolver |
| Asynchronous name resolution using the libuv getaddrinfo(3) interface. More... | |
Namespaces | |
| namespace | uvco |