Skip to content

Commit

Permalink
Add clarification regarding Stoppable interface.
Browse files Browse the repository at this point in the history
  • Loading branch information
Crell committed Sep 6, 2018
1 parent f72c2a3 commit bc9cb04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proposed/event-dispatcher-meta.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Despite their similarities, the Message and Task pipelines have two distinct wor
| Must be serializable | May be serializable
| May be delayed | Must be processed immediately
| Listener order not guaranteed | Listener order is guaranteed
| All listeners will fire | Listeners may short-circuit the pipeline
| All listeners will fire | Listeners may short-circuit the pipeline (if the Stoppable interface is implemented)
| One-way communication only | May be one-way or two-way communication


Expand Down

0 comments on commit bc9cb04

Please sign in to comment.