MCPcopy 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
686void
687LayoutViewBase::set_drawing_workers (int workers)
688{
689 m_drawing_workers = std::max (0, std::min (100, workers));
690}
691
692void
693LayoutViewBase::set_synchronous (bool s)

Callers 1

Calls 2

maxFunction · 0.85
minFunction · 0.85

Tested by

no test coverage detected