[][src]Function dart_sys::Dart_PostInteger

pub unsafe extern "C" fn Dart_PostInteger(
    port_id: Dart_Port,
    message: i64
) -> bool

Posts a message on some port. The message will contain the integer 'message'.

\param port_id The destination port. \param message The message to send.

\return True if the message was posted.