Is a stream created by Stream.multi()
always a multi-subscription stream?
#56903
Labels
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
library-async
type-documentation
A request to add or improve documentation
type-question
A question about expected behavior or functionality
According to
Stream.multi
documentationsdk/sdk/lib/async/stream.dart
Line 398 in 0342791
It's not quite true in the case when a source of
MultiStreamController.addStream()
is a single-subscription stream. For example:Is this expected? If yes, then, probably, it makes sense to reflect it in the
Stream.multi()
constructor documentation.cc @lrhn
The text was updated successfully, but these errors were encountered: