3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/core/threading/TaskGroup.h"
10namespace cohtml {
class Library; }
19 ::ll::TypedStorage<8, 8, ::cohtml::Library&> mLibrary;
20 ::ll::TypedStorage<8, 336, ::TaskGroup> mTaskGroup;
25 LayoutScheduler& operator=(LayoutScheduler
const&);
26 LayoutScheduler(LayoutScheduler
const&);
32 MCAPI
explicit LayoutScheduler(::cohtml::Library& library);
34 MCAPI
void scheduleLayoutTask();
36 MCAPI
void waitUntilLayoutIsCompleted();
42 MCAPI
void* $ctor(::cohtml::Library& library);
Definition LayoutScheduler.h:7