mirror of
https://github.com/latentPrion/libspinscale.git
synced 2026-02-27 22:46:04 +00:00
Rename mrntt=>pptr
We'll probably use the name "marionette" as an application-level name.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user