Apache Mesos
Namespaces | Functions
io_internal.hpp File Reference
#include <process/future.hpp>
#include <stout/os/int_fd.hpp>

Go to the source code of this file.

Namespaces

 process
 
 process::io
 
 process::io::internal
 

Functions

Future< size_t > process::io::internal::read (int_fd fd, void *data, size_t size)
 
Future< size_t > process::io::internal::write (int_fd fd, const void *data, size_t size)
 
Try< Nothingprocess::io::internal::prepare_async (int_fd fd)
 
Try< bool > process::io::internal::is_async (int_fd fd)