Skip to content

Make Stream.transform automatically handle fusing of converters #30561

Open
@lrhn

Description

@lrhn

Currently Stream.transform immediately calls bind on its transformer.
If that transformer is a Converter (which supports fuse), we can delay the bind call until the stream is used, and if it is instead transformed again with a converter, we can fuse the converters.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-core-librarySDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.core-alibrary-asynctype-enhancementA request for a change that isn't a bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions