Function
shouldThreadExit
* Check if the thread should exit. */
Source from the content-addressed store, hash-verified
| 85 | * Check if the thread should exit. |
| 86 | */ |
| 87 | bool shouldThreadExit() const noexcept |
| 88 | { |
| 89 | return fShouldExit; |
| 90 | } |
| 91 | |
| 92 | /* |
| 93 | * Start the thread. |
Tested by
no test coverage detected