Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Unsolved 關於setMaxThreadCount

    Chinese
    1
    1
    698
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Arron
      Arron last edited by

      我想寫一個socket的介面
      MyClient::MyClient(QObject *parent) :
      QObject(parent)
      {

      QThreadPool::globalInstance()->setMaxThreadCount(10000);
      

      }

      setMaxThreadCount(10000); 這邊會限制住傳遞次數 請問有方法可以無限次嗎

      1 Reply Last reply Reply Quote 0
      • First post
        Last post