Searched defs:WorkerInfo (Results 1 – 2 of 2) sorted by relevance
42 struct WorkerInfo { struct43 WorkerInfo(const std::string& target_title, in WorkerInfo() function49 std::string title;50 std::string url;51 std::shared_ptr<MainThreadHandle> worker_thread;
69 std::unique_ptr<NodeWorker::WorkerInfo> WorkerInfo(const std::string& id, in WorkerInfo() function