1. Objective C / Говнокод #12932

    −108

    1. 01
    2. 02
    3. 03
    4. 04
    5. 05
    6. 06
    7. 07
    8. 08
    9. 09
    10. 10
    11. 11
    12. 12
    13. 13
    if (nil != theOperation)
        {
            [self.operations addObject:theOperation];
            [[NetworkManager sharedManager] addCPUOperation:theOperation 
                finishedTarget:self action:@selector(processRepeatingEventOperationDidFinish:)];
            [theOperation release];
    
            if (nil == self.resultReportTimer)
            {
                self.resultReportTimer = [NSTimer scheduledTimerWithTimeInterval:0.27f 
                    target:self selector:@selector(reportResults:) userInfo:nil repeats:YES];
            }
        }

    Фейерическая синхронизация потоков

    Запостил: mas_an, 22 Апреля 2013

    Комментарии (1) RSS

    Добавить комментарий