主线程把从通道读取的数据写到管道中。
The main thread writes bytes read from the channel into the pipe.
现在,请求的结果必须在主线程中可用。
Now the result of the request must be made available to the main thread.
lock函数主线程从子线程获得结果。
The lock function main thread gets the result from the child thread.
再次,一定要发送完成通知主线程上。
Again, be sure to send the completion notification on the main thread.
这些回调全部发生在应用程序的主线程上。
All of these callbacks happen on the main thread of the application.
我总是用一个模式来获取网络电话关闭主线程。
One pattern I always use is to get the network calls off the main thread.
进程启动后,它可以启动主线程内的多个线程。
After a process starts, it can start more threads inside the main thread.
主线程:调用pthread_create 。
“正确”的答案是将存储添加到主线程的协调器。
The "right" answer is to add the store to the coordinator off the main thread.
每个进程启动时都具有一个线程,该线程称为主线程。
Each process starts with a single thread, which is known as the primary thread.
每个进程启动时都具有一个线程,该线程称为主线程。
Each process starts with a single thread, which is known as the primary thread.
应用推荐