Apache Mesos
|
Functions | |
pid_t | clone (const Stack &stack, int flags, const lambda::function< int()> &func) |
ssize_t | write_impl (int_fd fd, const char *buffer, size_t count) |
ssize_t | write (int_fd fd, const char *message) |
ssize_t | 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 | write (int_fd fd, const T &message, Args...args) |
|
inline |
Performs a series of asynchronous writes, until all of data has been written.
|
inline |