Revision 68277e16c474ca48e4aabd36603fd9ec4466fe28 authored by Tobias Hunger on 04 October 2016, 11:28:38 UTC, committed by Brad King on 04 October 2016, 13:15:32 UTC
Add a signal handler to trigger shutdown and be more paranoid about
libuv doing things asynchronously.  This should fix test cases not
shutting down properly.
1 parent b99bbfe
Raw File
.clang-format
---
# This configuration requires clang-format 3.8 or higher.
BasedOnStyle: Mozilla
AlignOperands: false
AlwaysBreakAfterReturnType: None
AlwaysBreakAfterDefinitionReturnType: None
ColumnLimit: 79
Standard: Cpp03
...
back to top