diff --git a/Semaphore-handles.md b/Semaphore-handles.md index aafdc7c..b9c756a 100644 --- a/Semaphore-handles.md +++ b/Semaphore-handles.md @@ -39,3 +39,6 @@ defines some simple methods to emulate the same RAII patterns: // Release the semaphore when the returned value goes out of scope auto releaseOnExit = wil::ReleaseSemaphore_scope_exit(handle); ``` + +## See also +* [[Waiting on kernel objects]] \ No newline at end of file