Searched defs:WebMsgPortParam (Results 1 – 1 of 1) sorted by relevance
189 struct WebMsgPortParam { struct190 napi_env env_;191 napi_ref callback_;192 std::shared_ptr<NWebMessage> msg_;193 std::mutex mutex_;194 bool ready_ = false;195 std::condition_variable condition_;