BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage News Article: Asynchronous Workflows in F#

Article: Asynchronous Workflows in F#

In this article Robert Pickering demonstrates an interesting use of asynchronous workflows in F#.  Asynchronous workflows are a BCL operation and are applicable to all .NET programming languages.

In regards to the value of asynchronous workflows, in Robert's own words:
When working with the .NET BCL all I/O operations use one of two models, the synchronous model or the asynchronous model. .... In my experience most programmers tend to use synchronous model because of its simplicity and because there are many class in the BCL that only support the synchronous model, but in many case the asynchronous programming model can produce a more responsive and more scalable application.
Robert then provides several code samples and quantifies the performance improvements gained through the use of asynchronous workflows. 

Enjoy Beyond Foundations of F# - Asynchronous Workflows written exclusively for InfoQ readers.

Rate this Article

Adoption
Style

BT