Movatterモバイル変換


[0]ホーム

URL:


menu
  1. Dart
  2. dart:isolate
dart:isolate
description

dart:isolate library

Concurrent programming usingisolates:independent workers that are similar to threadsbut don't share memory,communicating only via messages.

NOTE: Thedart:isolate library is currently only supported by theDart Native platform.

To use this library in your code:

import 'dart:isolate';

Classes

Capability
An unforgeable object that comes back as equal when passed through otherisolates.
Isolate
An isolated Dart execution context.
RawReceivePort
A low-level asynchronous message receiver.
ReceivePort
Together withSendPort, the only means of communication between isolates.
SendPort
Sends messages to itsReceivePorts.
TransferableTypedData
An efficiently transferable sequence of byte values.

Exceptions / Errors

IsolateSpawnException
Thrown when an isolate cannot be created.
RemoteError
Description of an error from another isolate.
  1. Dart
  2. dart:isolate
DartSDK
  1. Libraries
  2. Core
  3. dart:async
  4. dart:collection
  5. dart:convert
  6. dart:core
  7. dart:developer
  8. dart:math
  9. dart:typed_data
  10. VM
  11. dart:ffi
  12. dart:io
  13. dart:isolate
  14. dart:mirrors
  15. Web
  16. package:webopen_in_new
  17. dart:js_interop
  18. dart:js_interop_unsafe
  19. Web (Legacy)
  20. dart:html
  21. dart:indexed_db
  22. dart:js
  23. dart:js_util
  24. dart:svg
  25. dart:web_audio
  26. dart:web_gl
dart:isolate library

[8]ページ先頭

©2009-2025 Movatter.jp