Skip to main content

Module sync

Module sync 

Source
Expand description

Metal synchronization primitives.

Corresponds to Metal/MTLEvent.hpp and Metal/MTLFence.hpp.

Structsยง

Event
A simple synchronization primitive.
Fence
A GPU-side synchronization primitive.
SharedEvent
A cross-process synchronization primitive.
SharedEventHandle
A handle for sharing events across processes.
SharedEventListener
A listener that can be notified when a shared event reaches a value.