【c++】 跟webrtc学周期性任务:tgcalls 5 网络超时检查

tgcalls 网络超时检查

  • G:\CDN\P2P-DEV\tdesktop-offical\Telegram\ThirdParty\tgcalls\tgcalls\NetworkManager.cpp

PostDelayedTask

  • 使用的是rtc thread 方法 PostDelayedTask :
  • G:\CDN\P2P-DEV\Libraries\tg_owt\src\rtc_base\thread.h
  template <class Closure,
            typename std::enable_if<!std::is_convertible<
                Closure,
                std::unique_ptr<webrtc::QueuedTask>>

你可能感兴趣的:(传输探索实践,c++,webrtc,开发语言)