template<typename T0, typename T1, typename T2> static void subcribe(const std::string &key, std::function<void(const T0 &, const T1 &, T2 &)> func) { getpubsub_mutex_p3().lockw(); auto &messager_map = get_messager_map<T0, T1, T2>(); auto &funcs = messager_map[key]; func...
www.dbjr.com.cn/article/2704...htm 2025-6-10