MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / stop

Method stop

Engine/source/platform/threads/thread.h:84–87  ·  view source on GitHub ↗

Ask a thread to stop running.

Source from the content-addressed store, hash-verified

82
83 /// Ask a thread to stop running.
84 void stop()
85 {
86 shouldStop = true;
87 }
88
89 /// Block until the thread stops running.
90 /// @note Don't use this in combination with auto-deletion as otherwise the thread will kill

Callers 1

shutdownMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected