MCPcopy Create free account
hub / github.com/SoarGroup/Soar / Resume

Function Resume

Core/ConnectionSML/src/thread_Thread.h:70–73  ·  view source on GitHub ↗

Wake this thread up after a "Suspend" call.

Source from the content-addressed store, hash-verified

68
69 // Wake this thread up after a "Suspend" call.
70 void Resume()
71 {
72 m_Pause.TriggerEvent() ;
73 }
74
75 // Implement this in your thread.
76 // When it exits, the thread quits.

Callers

nothing calls this directly

Calls 1

TriggerEventMethod · 0.45

Tested by

no test coverage detected