MCPcopy Create free account
hub / github.com/SpartanJ/eepp / getThreadPool

Method getThreadPool

src/eepp/ui/uiscenenode.cpp:461–463  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

459}
460
461std::shared_ptr<ThreadPool> UISceneNode::getThreadPool() {
462 return mThreadPool;
463}
464
465void UISceneNode::setThreadPool( const std::shared_ptr<ThreadPool>& threadPool ) {
466 mThreadPool = threadPool;

Callers 5

~UICodeEditorMethod · 0.45
loadAsyncFromFileMethod · 0.45
loadAsyncFromURLMethod · 0.45
setSyntaxDefinitionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected