VKOperation Class Reference

Inherits from NSOperation
Declared in VKOperation.h
VKOperation.m

Overview

Basic class for operations

  state

This operation state. Value from VKOperationState enum

@property (readwrite, nonatomic, assign) VKOperationState state

Discussion

This operation state. Value from VKOperationState enum

Declared In

VKOperation.h

  lock

Operation working lock

@property (readwrite, nonatomic, strong) NSRecursiveLock *lock

Discussion

Operation working lock

Declared In

VKOperation.h

  responseQueue

Sets dispatch queue for returning result

@property (nonatomic, assign) dispatch_queue_t responseQueue

Discussion

Sets dispatch queue for returning result

Declared In

VKOperation.h