|
phaser-server
0.0.4
|
Serialized use of a collection of sessions. More...
#include <sessionList.h>
Classes | |
| class | ListKey |
| A class that enforces serialized access to a list. More... | |
Public Types | |
| typedef std::unique_ptr< SessionList::ListKey > | KeyPtr |
Public Member Functions | |
| KeyPtr | TakeList (void) |
| Get the list serialization key. | |
Serialized use of a collection of sessions.
Users of a 'SessionList' claim the list using SessionList::TakeList, which gives them a thread safe 'ListKey' for accessing the list.