mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-15 17:35:37 +02:00
Add missing RequestQueue doc
This commit is contained in:
@@ -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
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user