summaryrefslogtreecommitdiff
path: root/src/upb_sink.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/upb_sink.h')
-rw-r--r--src/upb_sink.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/upb_sink.h b/src/upb_sink.h
index 17e1e1d..3400092 100644
--- a/src/upb_sink.h
+++ b/src/upb_sink.h
@@ -44,7 +44,9 @@ typedef enum {
UPB_SINK_CONTINUE,
// The consumer has consumed the current value, but it wants to stop for now.
- // When the producer is next invoked, it should resume at the next value.
+ // When the source is next invoked, it should resume at the next value. Note
+ // that sources are not necessarily resumable; if a source is not resumable,
+ // returning UPB_SINK_SUSPEND will simply halt it.
UPB_SINK_SUSPEND,
// The consumer wants to skip to the end of the current submessage and
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback