MCPcopy Create free account
hub / github.com/Samsung/rlottie / RleTaskScheduler

Method RleTaskScheduler

src/vector/vraster.cpp:459–464  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

457 }
458
459 RleTaskScheduler()
460 {
461 for (unsigned n = 0; n != _count; ++n) {
462 _threads.emplace_back([&, n] { run(n); });
463 }
464 }
465
466public:
467 static RleTaskScheduler &instance()

Callers

nothing calls this directly

Calls 1

SW_FT_Stroker_NewFunction · 0.85

Tested by

no test coverage detected