Go to the source code of this file.
|
ssize_t | os::signal_safe::write_impl (int_fd fd, const char *buffer, size_t count) |
|
ssize_t | os::signal_safe::write (int_fd fd, const char *message) |
|
ssize_t | os::signal_safe::write (int_fd fd, const std::string &message) |
| Performs a series of asynchronous writes, until all of data has been written. More...
|
|
template<typename T , typename... Args> |
ssize_t | os::signal_safe::write (int_fd fd, const T &message, Args...args) |
|
Try< Nothing > | os::write (int_fd fd, const std::string &message) |
| Performs a series of asynchronous writes, until all of data has been written. More...
|
|
Try< Nothing > | os::write (const std::string &path, const std::string &message, bool sync=false) |
|
Try< Nothing > | os::write (const char *path, const std::string &message, bool sync=false) |
|