Skip to content

AsyncSeq.toBlockingSeq doesn't cancel the task #9

@dsyme

Description

@dsyme

AsyncSeq.toBlockingSeq doesn't cancel the underlying task.

Also, it starts the task immediately in the application of the combinator. This isn't right - the task should be started each time the sequence is iterated - we wouldn't expect the application of the combinator should have an immediate side-effect.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions