DispatchQueue.Suspend 方法

定义

暂停队列的执行。

public void Suspend ();
member this.Suspend : unit -> unit

注解

暂停和恢复调用应始终平衡。

适用于