Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hamoid committed Mar 6, 2024
1 parent 57720dd commit 7118acf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/interaction/Events.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
layout: default
title: Events
parent: Interaction
last_modified_at: 2024.03.06 14:54:12 +0100
last_modified_at: 2024.03.06 16:20:27 +0100
nav_order: 90
has_children: false
---
Expand Down Expand Up @@ -174,7 +174,7 @@ set the `postpone` argument to true:
val doneWaiting = Event<Unit>("done-waiting", postpone = true)
```

Now triggering the event does no longer send it immediately, but queues it.
Now triggering the event no longer sends it immediately, but queues it.
The second part of the solution is to actually deliver the queued events
by calling `deliver()`.

Expand Down

0 comments on commit 7118acf

Please sign in to comment.