Skip to content
Snippets Groups Projects
Commit eadc9431 authored by sapier's avatar sapier Committed by kwolekr
Browse files

Add missing RequestQueue doc

parent dc407e21
Branches
Tags
No related merge requests found
......@@ -150,6 +150,13 @@ class GetRequest
std::list<CallerInfo<Caller, CallerData, Key, T> > 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<typename Key, typename T, typename Caller, typename CallerData>
class RequestQueue
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment