MCPcopy Create free account
hub / github.com/StrongPC123/Far-Cry-1-Source-Full / IsIOExecuted

Method IsIOExecuted

CrySystem/RefReadStreamProxy.cpp:428–431  ·  view source on GitHub ↗

this returns true after the main IO job has been executed (either in worker or in main thread)

Source from the content-addressed store, hash-verified

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

Callers 2

OnRaisePriorityMethod · 0.80
FinalizeIOJobsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected