Skip to content

Add tapChain #13

@dggluz

Description

@dggluz

Description

Similar to #12, but for functions that return Tasks where we are not interested in its resolving types but in managing it possibly rejection values or in waiting for that function to complete:

task
    .chain(tapChain(sendEmail))
    .chain(tapChain(sendSlackMessage))

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions