We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66437ca commit 931af8eCopy full SHA for 931af8e
lib/src/embedded/README.md
@@ -19,7 +19,7 @@ incoming messages from the embedded host:
19
[`WorkerDispatcher`]: worker_dispatcher.dart
20
21
2. The [`CompilationDispatcher`] fully parses and handles messages for a single
22
- compilation. Each `CompilationDispatcher` runs in a separate isolate so that
+ compilation. Each `CompilationDispatcher` runs in a separate worker so that
23
the embedded compiler can run multiple compilations in parallel.
24
25
[`CompilationDispatcher`]: compilation_dispatcher.dart
0 commit comments