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

Method getThreadPool

src/eepp/ui/tools/uicodeeditorsplitter.cpp:1702–1704  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1700}
1701
1702std::shared_ptr<ThreadPool> UICodeEditorSplitter::getThreadPool() const {
1703 return mThreadPool;
1704}
1705
1706void UICodeEditorSplitter::setThreadPool( const std::shared_ptr<ThreadPool>& threadPool ) {
1707 mThreadPool = threadPool;

Callers 1

loadImageAsyncMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected