File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ protocol specification] for details.
11
11
The embedded compiler has two different levels of dispatchers for handling
12
12
incoming messages from the embedded host:
13
13
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
15
15
the packets _ just enough_ to determine which compilation they belong to, and
16
16
forwards them to the appropriate compilation dispatcher. It also parses and
17
17
handles messages that aren't compilation specific, such as ` VersionRequest ` .
18
18
19
- [ `IsolateDispatcher ` ] : isolate_dispatcher .dart
19
+ [ `WorkerDispatcher ` ] : worker_dispatcher .dart
20
20
21
21
2 . The [ ` CompilationDispatcher ` ] fully parses and handles messages for a single
22
22
compilation. Each ` CompilationDispatcher ` runs in a separate isolate so that
You can’t perform that action at this time.
0 commit comments