ide/Project: Fixed excessive CPU usage processing build output
authorJerome St-Louis <jerome@ecere.com>
Sat, 21 Jun 2014 06:20:30 +0000 (02:20 -0400)
committerJerome St-Louis <jerome@ecere.com>
Sat, 21 Jun 2014 06:20:30 +0000 (02:20 -0400)
commit621a4c9521826836beefb0da3c49692863c28b91
treee9be8caf33a001e22ec69b2367a8fabaddb96624
parent6a4a73cd4179536c47e6a802d8e82a9a62c02624
ide/Project: Fixed excessive CPU usage processing build output
- Caused by our fix for better responsiveness: c3a13ef3bfec9f5326000b5b41d58ed15d409ca2
- Was missing a blocking call within our inner loop: Added a Sleep() in between calls to File::GetLinePeek()
ide/src/project/Project.ec