Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/eclipse/8.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何防止在iOS上以后台模式挂起pthread_Ios_Background_Pthreads - Fatal编程技术网

如何防止在iOS上以后台模式挂起pthread

如何防止在iOS上以后台模式挂起pthread,ios,background,pthreads,Ios,Background,Pthreads,我有一个功能非常好的应用程序,有一些后台pthread做一些网络工作。但是,当应用程序进入后台模式时,线程将挂起。有没有办法防止这种情况发生,或者我必须把它们放在后台任务中 谢谢

我有一个功能非常好的应用程序,有一些后台pthread做一些网络工作。但是,当应用程序进入后台模式时,线程将挂起。有没有办法防止这种情况发生,或者我必须把它们放在后台任务中

谢谢