MCPcopy Create free account
hub / github.com/Norbyte/bg3se / ServerThreadReentry

Method ServerThreadReentry

BG3Extender/Osiris/Debugger/Debugger.cpp:687–694  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

685 }
686
687 void Debugger::ServerThreadReentry()
688 {
689 // Called when the debugger is entered from any of the server thread hooks
690 std::function<void ()> func;
691 while (pendingActions_.try_pop(func)) {
692 func();
693 }
694 }
695
696 void Debugger::FinishedSingleStep()
697 {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected