#include <memory>
#include <stdexcept>
#include <sstream>
#include <tuple>
#include <future>
#include "XrdCl/XrdClXRootDResponses.hh"
#include "XrdCl/XrdClOperationHandlers.hh"
#include "XrdCl/XrdClArg.hh"
#include "XrdCl/XrdClOperationTimeout.hh"
#include "XrdCl/XrdClFinalOperation.hh"
#include "XrdSys/XrdSysPthread.hh"
Go to the source code of this file.
|
typedef std::function< Operation< true > *(const XRootDStatus &)> | XrdCl::rcvry_func |
| Type of the recovery function to be provided by the user. More...
|
|
|
std::future< XRootDStatus > | XrdCl::Async (Pipeline pipeline, uint16_t timeout=0) |
|
XRootDStatus | XrdCl::WaitFor (Pipeline pipeline, uint16_t timeout=0) |
|