Protocol

NSLocking

The elementary methods adopted by classes that define lock objects. ロックオブジェクトを定義するクラスによって採用される基礎的なメソッド。

Declaration 宣言

protocol NSLocking

Overview 概要

A lock object is used to coordinate the actions of multiple threads of execution within a single application. By using a lock object, an application can protect critical sections of code from being executed simultaneously by separate threads, thus protecting shared data and other shared resources from corruption. ロックオブジェクトは、単一アプリケーション内で実行の複数スレッドの中の動作それらを調整するために使われます。ロックオブジェクトを使うことによって、アプリケーションはコードのクリティカルセクションを別々のスレッドによって同時に実行されることから保護できます、それゆえ共有データおよび他の共有リソースを変造から保護します。

Topics 話題

Working with Locks ロックを扱う

See Also 参照

Threads and Locking スレッドとロック