Rename mrntt=>pptr

We'll probably use the name "marionette" as an application-level
name.
This commit is contained in:
2026-02-18 01:13:02 -04:00
parent a3931d7b8f
commit e813962168
5 changed files with 48 additions and 47 deletions

View File

@@ -34,9 +34,9 @@ public:
{ break; }
/** EXPLANATION:
* In the mrntt and mind thread loops we call checkException() after
* run() returns, but we don't have to do that here because
* setException() calls stop.
* In the puppeteer and mind thread loops we call checkException()
* after run() returns, but we don't have to do that here because
* setException() calls stop().
*
* So if an exception is set on our thread, we'll break out of this
* loop due to the check for stopped() above, and that'll take us