Skip to content

Commit 3ece816

Browse files
Prince2k3twittemb
authored andcommitted
made element public
1 parent 44a6906 commit 3ece816

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/AsyncStreams/AsyncStreams+CurrentValue.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public final class AsyncCurrentValueStream<Element>: Stream, AsyncSequence, Send
4242
let continuations = AsyncStreams.Continuations<Element>()
4343
let storage: Storage
4444

45-
var element: Element {
45+
public var element: Element {
4646
get {
4747
self.storage.retrieve()
4848
}

0 commit comments

Comments
 (0)