32 public $state = self::CONTINUE_IF_OK;
35 public const CONTINUE_IF_OK = 0;
37 public const CONTINUE_NO = 1;
FileBackendStore helper class for performing asynchronous file operations.
FileBackendStore $backend
Class for an OpenStack Swift (or Ceph RGW) based file backend.
Closure $callback
Function to run after each HTTP request finishes.
int $state
Class CONTINUE_* constant.
__construct(SwiftFileBackend $backend, Closure $callback, array $httpOp)
Construct a handle to be use with SwiftFileOpHandle::doExecuteOpHandlesInternal()
array[] $httpOp
List of HTTP request maps for MultiHttpClient.