Apache Mesos
|
#include <stout/result.hpp>
#include <stout/unreachable.hpp>
#include <stout/windows.hpp>
#include <stout/internal/windows/overlapped.hpp>
#include <stout/os/int_fd.hpp>
#include <stout/os/socket.hpp>
Go to the source code of this file.
Namespaces | |
os | |
Functions | |
Result< size_t > | os::read_async (const int_fd &fd, void *data, size_t size, OVERLAPPED *overlapped) |
ssize_t | os::read (const int_fd &fd, void *data, size_t size) |