Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KLayout/klayout
/ set_drawing_workers
Method
set_drawing_workers
src/laybasic/laybasic/layLayoutViewBase.cc:686–690 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
684
}
685
686
void
687
LayoutViewBase::set_drawing_workers (int workers)
688
{
689
m_drawing_workers = std::max (0, std::min (100, workers));
690
}
691
692
void
693
LayoutViewBase::set_synchronous (bool s)
Callers
1
layLayoutViewTests.cc
File · 0.80
Calls
2
max
Function · 0.85
min
Function · 0.85
Tested by
no test coverage detected