Back to articles

Tag archive

#f

A
Nov 13, 2018

Abstracting IO using F#

In this post, I discuss approaches to unifying IO access pattern in F#. Unification allows us to abstract the underlying infrastructure implementations while enabling us to have consistent interfaces for all our IO patterns. Having shared access methods enabled consistent wrappings for things like retries, metrics, logging.

Nov 13, 20180 min read6 reactions0 comments