Skip to content

Functions for working with TaskSeq and Channel? #415

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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