Contents

LayerHierarchyHostingTransactionCoordinator

A class that synchronizes updates to views and layers in different processes.

Declaration

class LayerHierarchyHostingTransactionCoordinator

Mentioned in

Overview

Updates to your app’s UI occur through Core Animation’s underlying transaction mechanism. This class works with Core Animation to synchronize transactions that occur across processes in your browser app. To do that:

For more information, see Hosting browser view layers in the rendering extension.

Topics

Creating a transaction coordinator

Sharing a transaction coordinator using XPC

Sharing a transaction coordinator using Mach

Synchronizing transactions

See Also

Layer hosting