Skip to content

Commit 15da3f9

Browse files
phauslerr3econ
andauthored
Some space fixes for the proposal
Co-authored-by: r3econ <505054+r3econ@users.noreply.github.com>
1 parent 185ab5c commit 15da3f9

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
@@ -8,7 +8,7 @@ Many of the AsyncSequence adopting types only permit a one singular consumption.
88

99
There are many potential usages for the sharing concept of AsyncSequences.
1010

11-
One such example is the case where a source of data as an asynchronous sequence needs to be consumed by updating UI, logging, and additionally a network connection. This particular case does not matter on which uses but instead that those uses are independent of each other. It would not be expected for networking to block or delay the updates to UI, nor should logging. This example case also illustrates that the isolation of each side might be different and that some of the sides may not tolerate coalescing or dropping values.
11+
One such example is the case where a source of data as an asynchronous sequence needs to be consumed by updating UI, logging, and additionally a network connection. This particular case does not matter on which uses but instead that those uses are independent of each other. It would not be expected for networking to block or delay the updates to UI, nor should logging. This example case also illustrates that the isolation of each side might be different and that some of the sides may not tolerate coalescing or dropping values.
1212

1313
There are many other use cases that have been requested for this family of algorithms. Since the release of AsyncAlgorithms it has perhaps been the most popularly requested set of behaviors as additions to the package.
1414

0 commit comments

Comments
 (0)