Blocks until the computation is complete.
| 72 | |
| 73 | /// Blocks until the computation is complete. |
| 74 | void wait() const |
| 75 | { |
| 76 | m_event.wait(); |
| 77 | } |
| 78 | |
| 79 | /// Returns the underlying event object. |
| 80 | event get_event() const |
no outgoing calls
no test coverage detected