mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Add missing RequestQueue doc
This commit is contained in:
parent
dc407e219f
commit
eadc943159
1 changed files with 7 additions and 0 deletions
|
@ -150,6 +150,13 @@ public:
|
|||
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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue