Roblox API Reference

MemoryStoreQueue On DevHub

Summary

This class is not creatable. An object of this class cannot be created with Instance.new.
This item is not replicated. Its interface does not cross the network boundary.

Tags: [NotCreatable, NotReplicated]

Inherits (1)

Member index (3)

Type Member History
null AddAsync (Variant value, int64 expiration, double priority = 0) 477 487 573
Tuple ReadAsync (int count, bool allOrNothing = false, double waitTimeout = -1) 475 477 481
null RemoveAsync (string id) 573
57 members inherited from Instance

History

Members

AddAsync On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
value Variant none
expiration int64 none
priority double 0

History

Tags: [Yields]

ReadAsync On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
count int none
allOrNothing bool false
waitTimeout double -1

History

Tags: [Yields]

RemoveAsync On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
id string none

History

Tags: [Yields]

Relevant members (1)