Skip to content

Topic

Dart isolates

Dart's unit of concurrency: an independent worker with its own memory heap and single-threaded event loop that communicates with other isolates only by passing messages.

Current clusters