Logo FsShelter

JsonIO Module

Json multilang IO

Functions and values

Function or value Description

start log

Full Usage: start log

Parameters:
Returns: IO<'t>
Type parameters: 't

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

log : Log
Returns: IO<'t>

startWith (stdin, stdout) syncOut log

Full Usage: startWith (stdin, stdout) syncOut log

Parameters:
Returns: IO<'t>
Type parameters: 't

Start IO parsers given specified TextReaders, output sychrnonization and logger

stdin : TextReader
stdout : TextWriter
syncOut : (unit -> unit) -> unit
log : Log
Returns: IO<'t>

Type something to start searching.