[][src]Function dart_sys::Dart_ExitIsolate

pub unsafe extern "C" fn Dart_ExitIsolate()

Exits an isolate. After this call, Dart_CurrentIsolate will return NULL.

Requires there to be a current isolate.