Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 535 - reading keyboard input from a channel | Kartik K. Agaram | 2015-01-11 | 1 | -0/+26 |
The problem is that once main exits it takes two characters at minimum to truly quit: one to fill the buffer and another to overflow it and trigger the deadlock detector. Not the cleanest way to exit in the world either, death by deadlock. |