Skip to content

Commit

Permalink
adding todo for infinite polling loop in MRBrewWorker
Browse files Browse the repository at this point in the history
  • Loading branch information
marcransome committed May 21, 2014
1 parent d3f0936 commit ae15a27
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MRBrew/MRBrewWorker.m
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ - (void)main
[self setWaitingForTaskToExit:YES];
[[self task] interrupt];
}

// TODO a task that never terminates as the result of being sent an
// -interrupt (SIGINT) will result in an infinite polling loop here
}
}
@catch (NSException *exception) {
Expand Down

0 comments on commit ae15a27

Please sign in to comment.