isPinnedToCurrentThread property
- @Since.new("3.13")
Whether the isolate is pinned to the current OS thread.
Equivalent to Dart_GetCurrentThreadOwnsIsolate Dart VM C API.
Implementation
@Since("3.13")
external bool get isPinnedToCurrentThread;
Whether the isolate is pinned to the current OS thread.
Equivalent to Dart_GetCurrentThreadOwnsIsolate Dart VM C API.
@Since("3.13")
external bool get isPinnedToCurrentThread;