From d7330c2e84b448d665a81d1721ddde49c7131a72 Mon Sep 17 00:00:00 2001 From: Dave Bakker Date: Thu, 22 Aug 2024 10:21:59 +0200 Subject: [PATCH] Add missing since annotation to `output-stream::subscribe` --- wit/streams.wit | 1 + 1 file changed, 1 insertion(+) diff --git a/wit/streams.wit b/wit/streams.wit index 4910823..72b3ccd 100644 --- a/wit/streams.wit +++ b/wit/streams.wit @@ -208,6 +208,7 @@ interface streams { /// The created `pollable` is a child resource of the `output-stream`. /// Implementations may trap if the `output-stream` is dropped before /// all derived `pollable`s created with this function are dropped. + @since(version = 0.2.0) subscribe: func() -> pollable; /// Write zeroes to a stream.