FsShelter


JsonIO

Namespace: FsShelter

Json multilang IO

Functions and values

Function or valueDescription
start log
Signature: log:Log -> IO<'t>
Type parameters: 't

Start IO over STDIN/STDOUT and serialized sychrnonization using specifed logger

startWith (stdin, stdout) syncOut log
Signature: (stdin:(type) * stdout:(type)) -> syncOut:((unit -> unit) -> unit) -> log:Log -> IO<'t>
Type parameters: 't

Start IO parsers given specified TextReaders, output sychrnonization and logger

Fork me on GitHub