【sfu】network线程和主线程

  • 这里是就是指worker线程,所有任务都跑在这。
  • 这个worker应该就是网络线程了。
  • 这里的线程id 是 0x00006d70
  • 主线程是 0x00011454

WrtcAgentPc::asyncTask 方法在worker线程工作

void WrtcAgentPc::asyncTask(
    std::function<void(std::shared_ptr

你可能感兴趣的:(WebRTC入门与实战,网络,linux,服务器)