Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 377 Bytes

File metadata and controls

17 lines (12 loc) · 377 Bytes

AsyncResult.map3

Namespace: FsToolkit.ErrorHandling

Function Signature:

('a -> 'b -> 'c -> 'd)
  -> Async<Result<'a, 'e>>
  -> Async<Result<'b, 'e>>
  -> Async<Result<'c, 'e>>
  -> Async<Result<'d, 'e>>

Examples

Note: Many use-cases requiring map operations can also be solved using the asyncResult computation expression.