[][src]Function dart_sys::Dart_NewSendPort

pub unsafe extern "C" fn Dart_NewSendPort(port_id: Dart_Port) -> Dart_Handle

Returns a new SendPort with the provided port id.

\param port_id The destination port.

\return A new SendPort if no errors occurs. Otherwise returns an error handle.