gpt4 book ai didi

swift - 在串行队列中使用异步任务

转载 作者:搜寻专家 更新时间:2023-10-31 22:56:21 27 4
gpt4 key购买 nike

是否可以在串行队列中添加异步任务?

我想知道如果你创建一个串行队列,并添加一些异步任务,这个队列是否将这些异步任务视为同步任务?

最佳答案

串行队列将等待上一个操作完成。

来自实际documentation :

Serial queues ... execute one task at a time in the order in which they are added to the queue. The currently executing task runs on a distinct thread (which can vary from task to task) that is managed by the dispatch queue. ...

您可以让操作“异步”运行,但它们将是串行的。

enter image description here enter image description here

在图片的示例中,“Async on some thread”将始终在“sync”之前打印,因为 myQueueserial

关于swift - 在串行队列中使用异步任务,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45938672/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com