Table of Contents

Struct OpenSessionView

Namespace
Typhon.Engine
Assembly
Typhon.Engine.dll

Every open session, as a foreach an application can write without the table being public.

public readonly struct OpenSessionView
Inherited Members

Remarks

A view rather than a copy: the sessions are walked straight out of the table's open list, so touching all of them costs no allocation. It is valid for the tick that produced it and must not be stored — a slot recycled between ticks would be walked as though it still held its previous occupant.

Methods

GetEnumerator()

Walks the open sessions.

public OpenSessionView.Enumerator GetEnumerator()

Returns

OpenSessionView.Enumerator

The enumerator.