mirror of
https://github.com/moparisthebest/minetest
synced 2024-11-17 23:05:07 -05:00
Add missing RequestQueue doc
This commit is contained in:
parent
dc407e219f
commit
eadc943159
@ -150,6 +150,13 @@ public:
|
|||||||
std::list<CallerInfo<Caller, CallerData, Key, T> > callers;
|
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>
|
template<typename Key, typename T, typename Caller, typename CallerData>
|
||||||
class RequestQueue
|
class RequestQueue
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user