pub unsafe extern "C" fn Dart_SetThreadName(name: *const c_char)
Expand description

Associates a name with the current thread. This name will be used to name threads in the timeline. Can only be called after a call to Dart_Initialize.

\param name The name of the thread.