Alamofire 是否在后台线程中实际请求 运行?

Does Alamofire request actually run in the background thread?

我是第一次使用 Alamofire,我有一个问题。我搜索并在 Whosebug 上找到了类似的 post 但答案非常混乱,甚至文档也令人困惑。 Alamofire 非常方便,因为我不必创建会话和任务。但是,我之前使用过 DispatchQueue 并且我知道它在后台线程中运行任务并在主线程中更新 UI 但我不知道 Alamofire 是否也这样做。知道的请回复。谢谢。

Does Alamofire request actually run in the background thread

是的,Alamofire 在后台线程中执行 运行 任务并在主线程中分派它们的回调