Concurrent::MutexAtomicBoolean – atomic boolean with mutex-based synchronization (inherits from Synchronization::LockableObject)
| Use Case | Command | Description |
|---|---|---|
| 🔍 Check value | value |
Return current boolean value |
| ✏️ Set value | value = new_value |
Atomically assign a new boolean value |
| ✅ Test true | true? |
Return true if current value is true |
| ❌ Test false | false? |
Return true if current value is false |
| 🔁 Set to true | make_true |
Atomically set value to true |
| 🔁 Set to false | make_false |
Atomically set value to false |
📌 @!macro atomic_boolean @!visibility private @!macro internal_implementation_note
newfalse?make_falsemake_truens_initializetrue?valuevalue=Source: /home/chedong/.local/share/rdoc
Generated by phpman v4.9.26-1-g511901d · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-07-27 16:43 @216.73.216.194
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format