Skip to content

Thoughts on adding a AsyncRx.subscribeAsync function? #2

@absolutejam

Description

@absolutejam

Howdy!

Just curious what your thoughts are on adding an AsyncRx.subscribeAsync function?

I've been adding via. an extension so that I can chain the transforms with the end subscription like so:

myObservable
|> AsyncRx.map (fun x -> x + 1)
|> AsyncRx.filter (fun x -> x < 6)
|> AsyncRx.subscribeAsync printObserver
|> Async.RunSynchronously

Do you think there's enough merit in making this a part of the core?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions