MCPcopy Create free account
hub / github.com/KTStephano/StratusGFX / ApplicationThread

Method ApplicationThread

Source/Engine/StratusApplicationThread.cpp:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9namespace stratus {
10 ApplicationThread::ApplicationThread()
11 // Don't create a new thread context - use current to prevent issues with UI
12 : thread_(new Thread("Renderer", false)) {}
13
14 ApplicationThread::~ApplicationThread() {
15 thread_.reset();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected