Classes
The following classes are available globally.
-
A standard queue (FIFO - First In First Out). Supports simultaneous adding and removing, but only one item can be added at a time, and only one item can be removed at a time. Not thread safe.
See moreDeclaration
Swift
public class Queue<Element>
-
Cancelable delayed task
See moreDeclaration
Swift
public class DelayTask