MCPcopy Create free account
hub / github.com/deepclause/agentvm / getIOSignal

Method getIOSignal

src/ringbuffer.js:454–456  ·  view source on GitHub ↗

* Get current IO signal value (for external wait coordination)

()

Source from the content-addressed store, hash-verified

452 * Get current IO signal value (for external wait coordination)
453 */
454 getIOSignal() {
455 return Atomics.load(this.int32, IO_READY_INDEX);
456 }
457}
458
459module.exports = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected