[][src]Function dart_sys::Dart_Post

pub unsafe extern "C" fn Dart_Post(
    port_id: Dart_Port,
    object: Dart_Handle
) -> bool

Posts a message for some isolate. The message is a serialized object.

Requires there to be a current isolate.

\param port The destination port. \param object An object from the current isolate.

\return True if the message was posted.