Furrent
|
#include <cstdint>
#include <memory>
#include <vector>
#include "asio.hpp"
#include "util/result.hpp"
Go to the source code of this file.
Classes | |
struct | fur::download::socket::AsioEngine |
class | fur::download::socket::Socket |
Namespaces | |
fur | |
Common types used in all the project. | |
fur::download | |
fur::download::socket | |
Typedefs | |
using | fur::download::socket::timeout = std::chrono::steady_clock::duration |
Enumerations | |
enum | fur::download::socket::SocketError { fur::download::socket::SocketError::Timeout, fur::download::socket::SocketError::Other } |