vittoriom / RNFPlaceholder

A placeholder project for the work in progress framework RuntimeNetworkFoundation
MIT License
0 stars 0 forks source link

Create RNFRunnable protocol and RNFOperation should conform to this #67

Closed vittoriom closed 10 years ago

vittoriom commented 10 years ago

The protocol should have start, cancel, pause, and all the NSOperation kind of methods. This makes it easier to enqueue the operation in a RNFOperationQueue, and also makes it possible for the developer to cancel an operation