FLUTTER Isolates | Concurrency in Dart

FLUTTER Isolates | Concurrency in Dart

easy FLUTTER

55 лет назад

422 Просмотров

All Dart code runs in an isolate. Different isolates can communicate by sending values through ReceivePort and SendPort. When spawning a new isolate, the spawning isolate receives an Isolate object representing the new isolate when the spawn operation succeeds. Isolates run code in its own event loop.

#Flutter #Isolates #ReceivePort #SendPort #Concurrency
Ссылки и html тэги не поддерживаются


Комментарии: