roblox
Missing API Documentation
This API Class does not have any or complete API documentation. Please add API documentation if possible.

The MemoryStoreQueue class inherits from Instance.

Methods

AddAsync(value: Variant, expiration: int64, priority: double = 0): null

  • YieldsThis function can yield the script it is used in.
Parameters
NameTypeDefault
valueVariant
expirationint64
prioritydouble0
  • Thread safety: unsafe

GetSizeAsync(excludeInvisible: bool = false): int

  • YieldsThis function can yield the script it is used in.
Parameters
NameTypeDefault
excludeInvisibleboolfalse
  • Thread safety: unsafe

ReadAsync(count: int, allOrNothing: bool = false, waitTimeout: double = -1): Tuple

  • YieldsThis function can yield the script it is used in.
Parameters
NameTypeDefault
countint
allOrNothingboolfalse
waitTimeoutdouble-1
  • Thread safety: unsafe

RemoveAsync(id: string): null

  • YieldsThis function can yield the script it is used in.
Parameters
NameType
idstring
  • Thread safety: unsafe

External links