[][src]Function dart_sys::Dart_EnterIsolate

pub unsafe extern "C" fn Dart_EnterIsolate(isolate: Dart_Isolate)

Enters an isolate. After calling this function, the current isolate will be set to the provided isolate.

Requires there to be no current isolate. Multiple threads may not be in the same isolate at once.