phaser-server  0.0.5
Classes | Public Types | Public Member Functions | List of all members
SessionList Class Reference

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::ListKeyKeyPtr
 

Public Member Functions

KeyPtr TakeList (void)
 Get the list serialization key.
 

Detailed Description

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.


The documentation for this class was generated from the following file: