|
Condy v1.3.0
C++ Asynchronous System Call Layer for Linux
|
Example of file copy using linked read and write. More...
#include "condy/async_operations.hpp"#include "condy/runtime.hpp"#include <condy.hpp>#include <cstdio>#include <cstring>#include <sys/types.h>#include <unistd.h>Go to the source code of this file.
Example of file copy using linked read and write.
Definition in file link-cp.cpp.