MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / AfterWork

Method AfterWork

Source/Engine/Threading/IRunnable.h:54–56  ·  view source on GitHub ↗

Called when thread ends work (via Kill or normally). True if thread has been killed.

Source from the content-addressed store, hash-verified

52 /// </summary>
53 /// <param name="wasKilled">True if thread has been killed.</param>
54 virtual void AfterWork(bool wasKilled)
55 {
56 }
57};
58
59/// <summary>

Callers 2

KillMethod · 0.45
RunMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected