MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / isMultiThreadingEnabled

Method isMultiThreadingEnabled

Engine/Plugin.cpp:294–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292}
293
294bool
295Plugin::isMultiThreadingEnabled() const
296{
297 return _multiThreadingEnabled;
298}
299
300void
301Plugin::setMultiThreadingEnabled(bool b)

Calls

no outgoing calls

Tested by

no test coverage detected