Skip to content

Commit eadc943

Browse files
sapierkwolekr
sapier
authored andcommittedNov 17, 2013
Add missing RequestQueue doc
1 parent dc407e2 commit eadc943

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

‎src/util/thread.h

+7
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,13 @@ class GetRequest
150150
std::list<CallerInfo<Caller, CallerData, Key, T> > callers;
151151
};
152152

153+
/**
154+
* Notes for RequestQueue usage
155+
* @param Key unique key to identify a request for a specific resource
156+
* @param T ?
157+
* @param Caller unique id of calling thread
158+
* @param CallerData data passed back to caller
159+
*/
153160
template<typename Key, typename T, typename Caller, typename CallerData>
154161
class RequestQueue
155162
{

0 commit comments

Comments
 (0)
Please sign in to comment.