5#include "flutter/runtime/skia_concurrent_executor.h"
7#include "flutter/fml/trace_event.h"
12 : on_work_(on_work) {}
std::function< void(fml::closure work)> OnWorkCallback
void add(fml::closure work) override
SkiaConcurrentExecutor(const OnWorkCallback &on_work)
Create a new instance of the executor.
~SkiaConcurrentExecutor() override
std::function< void()> closure
#define TRACE_EVENT0(category_group, name)