We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffeb61c commit 8253a5aCopy full SHA for 8253a5a
v3/docs/TUTORIAL.md
@@ -1179,13 +1179,15 @@ tested in slow time by the task.
1179
1180
Constructor:
1181
* No args.
1182
+
1183
Synchronous methods:
1184
* `set(data=None)` Trigger the message with optional payload.
1185
* `is_set()` Returns `True` if the `Message` is set, `False` if `.clear()` has
1186
beein issued.
1187
* `clear()` Clears the triggered status. At least one task waiting on the
1188
message should issue `clear()`.
1189
* `value()` Return the payload.
1190
1191
Asynchronous Method:
1192
* `wait` Pause until message is triggered. You can also `await` the message as
1193
per the examples.
0 commit comments