13 #ifndef __IO_INTERNAL_HPP__    14 #define __IO_INTERNAL_HPP__    24 #ifndef ENABLE_LIBWINIO    31     bool bypassZeroByteRead);
    32 #endif // ENABLE_LIBWINIO    44 #endif // __IO_INTERNAL_HPP__ Try< bool > is_async(int_fd fd)
 
Try< Bytes > size(const std::string &path, const FollowSymlink follow=FollowSymlink::FOLLOW_SYMLINK)
Definition: stat.hpp:130
 
Future< size_t > write(int_fd fd, const void *data, size_t size)
 
Definition: attributes.hpp:24
 
Definition: executor.hpp:48
 
Try< Nothing > prepare_async(int_fd fd)
 
Future< size_t > read(int_fd fd, void *data, size_t size)
 
int int_fd
Definition: int_fd.hpp:35