Skip to content

Commit

Permalink
update dispatcher comment
Browse files Browse the repository at this point in the history
  • Loading branch information
customcommander committed Sep 5, 2024
1 parent a3c9efc commit e09d73e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/dispatcher.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/*
Dispatch events to tasks.
Dispatch events to tasks one by one,
waiting for each task to acknowledge the
event before dispatching to the next task.
*/

import {
Expand Down

0 comments on commit e09d73e

Please sign in to comment.