-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
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
Labels
enhancementNew feature or requestNew feature or request