Searched defs:WebMsgPortParam (Results 1 – 1 of 1) sorted by relevance
424 struct WebMsgPortParam { struct425 bool extention_;426 napi_env env_;427 napi_ref callback_;428 std::shared_ptr<NWebMessage> msg_;429 std::mutex mutex_;430 bool ready_ = false;431 std::condition_variable condition_;