Returns whether any errors have occurred while entraining work for this stream.
| 123 | // Returns whether any errors have occurred while entraining work for this |
| 124 | // stream. |
| 125 | bool ok() const { return !InErrorState(); } |
| 126 | |
| 127 | // Retrieves execution status back into the stream from the underlying |
| 128 | // implementation without blocking the stream. |
no outgoing calls