Apache Mesos
|
#include <array>
#include <string>
#include <stout/check.hpp>
#include <stout/error.hpp>
#include <stout/try.hpp>
#include <stout/uuid.hpp>
#include <stout/windows.hpp>
#include <stout/os/int_fd.hpp>
Go to the source code of this file.
Namespaces | |
os | |
Functions | |
Try< std::array< int_fd, 2 > > | os::pipe (bool read_overlapped=true, bool write_overlapped=true) |