Searched defs:WebMsgPortParam (Results 1 – 1 of 1) sorted by relevance
473 struct WebMsgPortParam { struct474 bool extention_;475 napi_env env_;476 napi_ref callback_;477 std::shared_ptr<NWebMessage> msg_;478 std::mutex mutex_;479 bool ready_ = false;480 std::condition_variable condition_;