Platforms to show: All Mac Windows Linux Cross-Platform
AtomicQueueMBS class New in 25.2
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Atomic | MBS Util Plugin | 25.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
This can be used for e.g. a job queue, where multiple threads add or remove jobs.
- 2 properties
- 11 methods
- method Add(values as AtomicQueueMBS)
- method Add(values() as Variant)
- method Clear
- method Insert(value as Variant)
- method Operator_Add(value as Variant) as AtomicQueueMBS
- method Operator_Compare(other as AtomicQueueMBS) as Integer
- method Operator_Convert as Variant()
- method PopFirst as Variant
- method PopLast as Variant
- method Push(value as Variant)
- method Values as Variant()
This class has no sub classes.
Blog Entries
Release notes
- Version 25.2
- Added AtomicQueueMBS class.
The items on this page are in the following plugins: MBS Util Plugin.
AtomicIntegerMBS - AudioPlayThruMBS
