This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // JSTN / 10 June 2014 | |
| // I really like Swift so far, but I can't help be a little sad that I still find | |
| // myself doing the weakSelf/strongSelf dance to avoid retain cycles. | |
| // For a contrived example, suppose we had a class like this with a queue: | |
| import Foundation | |
| class ParallelMessenger { |