this returns true after the main IO job has been executed (either in worker or in main thread)
| 426 | |
| 427 | // this returns true after the main IO job has been executed (either in worker or in main thread) |
| 428 | bool CRefReadStreamProxy::IsIOExecuted() |
| 429 | { |
| 430 | return IsFinished() || IsError(); |
| 431 | } |
| 432 | |
| 433 | // this gets called upon the IO has been executed to call the callbacks |
| 434 | void CRefReadStreamProxy::FinalizeIO() |
no outgoing calls
no test coverage detected