Searched defs:WebMsgPortParam (Results 1 – 1 of 1) sorted by relevance
407 struct WebMsgPortParam { struct408 bool extention_;409 napi_env env_;410 napi_ref callback_;411 std::shared_ptr<NWebMessage> msg_;412 std::mutex mutex_;413 bool ready_ = false;414 std::condition_variable condition_;