ListPool(PoolType, QueueInt32, HashSetInt32) Constructor |
Constructor.
Namespace: RAYLASE.Marker.Job.ExecutorAssembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.19.0
Syntaxpublic ListPool(
PoolType poolType,
Queue<int> freeIds,
HashSet<int> usedIds
)
Parameters
- poolType PoolType
- The type of the pool (e.g.: static, dynamic or stream)
- freeIds QueueInt32
- List of list-id assigned to the pool and marked as free
- usedIds HashSetInt32
- List of list-id assigned to the pool and marked as in-use
See Also