docs: make technical prose concrete
This commit is contained in:
@@ -23,7 +23,7 @@ Every event can have one of the following dispatch mode and can only be dispatch
|
||||
| `parallel` | Yes | all listeners observe the event in parallel | No |
|
||||
| `serial` | Yes | listeners observe in registration order | Yes |
|
||||
|
||||
The mode is part of the event's public contract. New harness events document it with an `@mode` tag so the generated catalog can check declarations against dispatch sites.
|
||||
The dispatch mode is part of the event's public contract. New harness events document it with an `@mode` tag so the generated catalog can check declarations against dispatch sites.
|
||||
|
||||
## Cordis Waterfall Semantics
|
||||
|
||||
|
||||
Reference in New Issue
Block a user