Apache Mesos
|
#include <stout/nothing.hpp>
#include <stout/try.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::write_async (const int_fd &fd, const void *data, size_t size, OVERLAPPED *overlapped) |
ssize_t | os::write (const int_fd &fd, const void *data, size_t size) |