Skip to content

Commit 7514f29

Browse files
committed
Update README.md
1 parent fd74031 commit 7514f29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/src/embedded/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ protocol specification] for details.
1111
The embedded compiler has two different levels of dispatchers for handling
1212
incoming messages from the embedded host:
1313

14-
1. The [`IsolateDispatcher`] is the first recipient of each packet. It decodes
14+
1. The [`WorkerDispatcher`] is the first recipient of each packet. It decodes
1515
the packets _just enough_ to determine which compilation they belong to, and
1616
forwards them to the appropriate compilation dispatcher. It also parses and
1717
handles messages that aren't compilation specific, such as `VersionRequest`.
1818

19-
[`IsolateDispatcher`]: isolate_dispatcher.dart
19+
[`WorkerDispatcher`]: worker_dispatcher.dart
2020

2121
2. The [`CompilationDispatcher`] fully parses and handles messages for a single
2222
compilation. Each `CompilationDispatcher` runs in a separate isolate so that

0 commit comments

Comments
 (0)