message(_:options:sendSize:receiveSize:receivePort:timeout:notifyPort:)

Calls the mach_msg kernel call.

Communication.swift:36
static func message(_ messageBuffer: UnsafeMutablePointer<mach_msg_header_t>, options: Mach.MessageOptions = [], sendSize: mach_msg_size_t, receiveSize: mach_msg_size_t, receivePort: Mach.Port = Mach.Port.Nil, timeout: mach_msg_timeout_t = MACH_MSG_TIMEOUT_NONE, notifyPort: Mach.Port = Mach.Port.Nil) throws