如上所述,pthreads 即POSIX Threads,是一套跨平台的多线程API,由C 语言编写。在Xcode 中,使用 #import <pthread.h> 即可引入pthreads 相关的API。
確定! 回上一頁