Movatterモバイル変換


[0]ホーム

URL:


menu
  1. Dart
  2. dart:isolate
  3. Isolate
  4. current property
current
description

current property

Isolate getcurrent

AnIsolate object representing the current isolate.

The current isolate for code usingcurrentis the isolate running the code.

The isolate object provides the capabilities required to inspect,pause or kill the isolate, and allows granting these capabilitiesto others.

It is possible to pause the current isolate, but doing sowithoutfirst passing the ability to resume it again to another isolate,is a sure way to hang your program.

Implementation

external static Isolate get current;
  1. Dart
  2. dart:isolate
  3. Isolate
  4. current property
Isolate class

[8]ページ先頭

©2009-2025 Movatter.jp