Skip to content

Commit

Permalink
Add missing RequestQueue doc
Browse files Browse the repository at this point in the history
  • Loading branch information
sapier authored and kwolekr committed Nov 17, 2013
1 parent dc407e2 commit eadc943
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/util/thread.h
Expand Up @@ -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
{
Expand Down

0 comments on commit eadc943

Please sign in to comment.