Platforms to show: All Mac Windows Linux Cross-Platform
AtomicFlagMBS 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 is an lock-free atomic boolean type.
Can be used to make your own semaphore or critical section class.
See also AtomicIntegerMBS class.
- property Value as Boolean
- 6 methods
- method Clear
- method Operator_Compare(other as AtomicFlagMBS) as Integer
- method Operator_Convert as Boolean
- method Operator_Convert(value as Boolean)
- method Test as Boolean
- method TestAndSet as Boolean
This class has no sub classes.
Blog Entries
Release notes
- Version 25.2
- Added AtomicFlagMBS class.
Some related classes:
The items on this page are in the following plugins: MBS Util Plugin.
