More notes.

This commit is contained in:
Pietro Gagliardi 2019-04-28 19:11:52 -04:00
parent 74ca863c1b
commit 6c41fb712e
1 changed files with 2 additions and 0 deletions

View File

@ -70,6 +70,8 @@ int64_t testingTimerNsec(testingTimer *t)
return sec + subsec;
}
// note: the idea for the SetThreadContext() nuttery is from https://www.codeproject.com/Articles/71529/Exception-Injection-Throwing-an-Exception-in-Other
static jmp_buf timeout_ret;
static void onTimeout(void)