sequenceTask
Option.sequenceTask
Namespace: FsToolkit.ErrorHandling
Function Signature:
Note that sequence
is the same as traverse id
. See also Option.traverseTask.
See also Scott Wlaschin's Understanding traverse and sequence.
Examples
Example 1
Last updated