Contents

init(bytes:)

Creates a new dispatch data object from the specified memory buffer.

Declaration

init(bytes buffer: UnsafeRawBufferPointer)

Parameters

  • buffer:

    A contiguous buffer of memory containing the initial data.

See Also

Creating a Dispatch Data Structure