diff --git a/src/util/thread.h b/src/util/thread.h index 70d41aeb..6258a09a 100644 --- a/src/util/thread.h +++ b/src/util/thread.h @@ -150,6 +150,13 @@ public: std::list > callers; }; +/** + * Notes for RequestQueue usage + * @param Key unique key to identify a request for a specific resource + * @param T ? + * @param Caller unique id of calling thread + * @param CallerData data passed back to caller + */ template class RequestQueue {