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