aboutsummaryrefslogtreecommitdiffstats
path: root/CommonLibs/Interthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'CommonLibs/Interthread.h')
-rw-r--r--CommonLibs/Interthread.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/CommonLibs/Interthread.h b/CommonLibs/Interthread.h
index 023ac14..66839d9 100644
--- a/CommonLibs/Interthread.h
+++ b/CommonLibs/Interthread.h
@@ -95,6 +95,7 @@ template <class T> class InterthreadQueue {
/**
Blocking read with a timeout.
+ Watch for timing inversion deadlocks -kurtis
@param timeout The read timeout in ms.
@return Pointer to object or NULL on timeout.
*/