Субъективный Си / Говнокод #12932 Ссылка на оригинал

0

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  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 mas_an, (Updated )

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

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

Из-за тебя ушел bormand, guest!

    А не использовать ли нам bbcode?


    8