Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dhoerl committed Apr 22, 2013
1 parent 974ca9d commit f533fa8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.txt
@@ -1,17 +1,18 @@

NSOperation-WebFetches-MadeEasy


===============================
===============================

Version 3 of this project switched to plain ole NSOperation's (not concurrent), and at this point it seems senseless to use the overhead of the NSOperation system. Thus, this project has been converted to use GCD and blocks solely, and as there are no long NSOperations the project title is incorrect.
Version 3 of this project switched to plain ole NSOperation's (not concurrent), and at this point it seems senseless to use the overhead of the NSOperation framework. Thus, this project has been converted to use GCD and blocks solely, and as there are no long NSOperations to be found the project title is incorrect.

Thus, this project is now deprecated, see FastEasyConcurrentFetches for the GCD code.
This project is now deprecated, see FastEasyConcurrentFetches for the GCD code.

===============================
===============================



OperationsRunner does the heavy lifting
===============================

Expand Down

0 comments on commit f533fa8

Please sign in to comment.