[][src]Function dart_sys::Dart_HandleServiceMessages

pub unsafe extern "C" fn Dart_HandleServiceMessages() -> bool

Handles any pending messages for the vm service for the current isolate.

This function may be used by an embedder at a breakpoint to avoid pausing the vm service.

This function can indirectly cause the message notify callback to be called.

\return true if the vm service requests the program resume execution, false otherwise