Skip to content

Functions for working with TaskSeq and Channel? #415

@njlr

Description

@njlr

Similar to fsprojects/FSharp.Control.AsyncSeq#170

TaskSeq.toChannel : ChannelWriter<'a> -> TaskSeq<'a> -> Task<unit>

TaskSeq.fromChannel : ChannelReader<'a> -> TaskSeq<'a>

TaskSeq.toChannel would be used to fill a ChannelWriter from a TaskSeq

TaskSeq.fromChannel would be used to empty a ChannelReader into a TaskSeq

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions