[][src]Type Definition dart_sys::Dart_MessageNotifyCallback

type Dart_MessageNotifyCallback = Option<unsafe extern "C" fn(dest_isolate: Dart_Isolate)>;

A message notification callback.

This callback allows the embedder to provide an alternate wakeup mechanism for the delivery of inter-isolate messages. It is the responsibility of the embedder to call Dart_HandleMessage to process the message.