Will any of those Stdlib vended AsyncSequences provide any way to “append” values to them? If no how could we use them to yield new elements after initialization/declaration? Storing the continuation provided in the init closure is valid?
Will any of those Stdlib vended AsyncSequences provide any way to “append” values to them? If no how could we use them to yield new elements after initialization/declaration? Storing the continuation provided in the init closure is valid?