Can't break App execution by ctrl+c

Adam D. Ruppe via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Apr 27 05:25:11 PDT 2017


On Thursday, 27 April 2017 at 12:17:12 UTC, Suliman wrote:
> Before my code handle empty result in `catch` block.

You must be catching the ctrl+c exception... don't do that. Just 
catch the empty result exception.


More information about the Digitalmars-d-learn mailing list