[][src]Function dart_sys::Dart_IsolateMakeRunnable

pub unsafe extern "C" fn Dart_IsolateMakeRunnable(
    isolate: Dart_Isolate
) -> *mut c_char

Make isolate runnable.

When isolates are spawned, this function is used to indicate that the creation and initialization (including script loading) of the isolate is complete and the isolate can start. This function expects there to be no current isolate.

\param isolate The isolate to be made runnable.

\return NULL if successful. Returns an error message otherwise. The caller is responsible for freeing the error message.