Dart_IsServiceIsolate

Function Dart_IsServiceIsolate 

Source
pub unsafe extern "C" fn Dart_IsServiceIsolate(
    isolate: Dart_Isolate,
) -> bool
Expand description

Returns true if isolate is the service isolate.

\param isolate An isolate

\return Returns true if ‘isolate’ is the service isolate.