Skip to content

EntropyEngine::Networking::SessionManager::SessionSlot

EntropyEngine::Networking::SessionManager::SessionSlot

Section titled “EntropyEngine::Networking::SessionManager::SessionSlot”

Internal storage for a session slot.

Name
std::unique_ptr< NetworkSession >session
std::atomic< uint32_t >nextFree
std::mutexmutex
std::atomic< uint32_t >generation
ConnectionHandleconnection
std::unique_ptr< NetworkSession > session;
std::atomic< uint32_t > nextFree {INVALID_INDEX};
std::mutex mutex;
std::atomic< uint32_t > generation {1};
ConnectionHandle connection;

Updated on 2026-01-26 at 17:14:35 -0500