Tag

Isolates

0 views collected around this technical thread.

Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jan 16, 2024 · Backend Development

Understanding the Dart VM Main Function Startup and Message Mechanism

This article provides a detailed analysis of how the Dart VM initializes the main entry point, explains the role of RawReceivePort, SendPort, and the message‑passing mechanism that triggers the Dart main function, and traces the flow from C++ runtime to Dart code with code examples.

BackendDartIsolates
0 likes · 26 min read
Understanding the Dart VM Main Function Startup and Message Mechanism
Sohu Tech Products
Sohu Tech Products
Jul 31, 2019 · Mobile Development

Flutter FAQ – Features (Part 2)

This Flutter FAQ covers why developers share layout code across iOS and Android, how to interoperate with native languages, the lack of a reflection system, guidance on internationalization, concurrency with isolates, background execution, supported data formats, 3D limitations, app size concerns, and Chromebook support.

FAQFlutterIsolates
0 likes · 8 min read
Flutter FAQ – Features (Part 2)
Sohu Tech Products
Sohu Tech Products
Apr 24, 2019 · Mobile Development

Understanding Flutter's Multithreading: Isolates, Event Queues, async/await, and Platform Runners

This article explains Flutter's multithreading model, comparing isolates and event queues to iOS GCD, detailing async/await, Future, coroutine concepts, and the roles of Platform, UI, GPU, and IO runners, with code examples illustrating isolate communication and asynchronous network requests.

Async/AwaitDartFlutter
0 likes · 16 min read
Understanding Flutter's Multithreading: Isolates, Event Queues, async/await, and Platform Runners