fatal: Skeleton tasks, write ThrowFatalImpl.

This commit is contained in:
Michael Scire 2018-11-10 00:54:12 -08:00
parent b9091e9466
commit 21b0f228b6
9 changed files with 164 additions and 7 deletions

View file

@ -30,3 +30,5 @@ class FatalEventManager {
Result GetEvent(Handle *out);
void SignalEvents();
};
FatalEventManager *GetEventManager();