Method code for $root.query_semaphore()

[Turn on line numbering]
arg type;
var t;

return type((| (t = semaphores[type]) |)) != 'error && t in tasks() && t != task_id();

// Created as a part of ColdCore, see: @help Credit

Tlon