FsFlow.Flow.fromOption

Lifts an option into a synchronous flow with the supplied error.

Examples

let opt = Some "value"
 let flow = Flow.fromOption "missing" opt