Skip to content

Commit 909e1a0

Browse files
phauslerr3econ
andauthored
More space fixes
Co-authored-by: r3econ <505054+r3econ@users.noreply.github.com>
1 parent 929dc0f commit 909e1a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Evolution/NNNN-share.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Introduction
44

5-
Many of the AsyncSequence adopting types only permit a one singular consumption. However there are many times that the same produced values are useful in more than one place. Out of that mechanism there are a few approaches to share, distribute, and broadcast those values. This proposal will focus on one concept; sharing. Sharing is where each consumption independently can make forward progress and get the same values but do not replay from the beginning of time.
5+
Many of the AsyncSequence adopting types only permit a one singular consumption. However there are many times that the same produced values are useful in more than one place. Out of that mechanism there are a few approaches to share, distribute, and broadcast those values. This proposal will focus on one concept; sharing. Sharing is where each consumption independently can make forward progress and get the same values but do not replay from the beginning of time.
66

77
## Motivation
88

0 commit comments

Comments
 (0)