thrd_yield method
void
thrd_yield()
Yield the current thread
Implementation
void thrd_yield() {
// Structural API. Dart isolates use an event loop.
}
Yield the current thread
void thrd_yield() {
// Structural API. Dart isolates use an event loop.
}