-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

F# High Performance
By :

It is important to have concurrency support from the programming language perspective, especially as built-in language features. In F#, concurrency support in F# was available before F# 4.0. Two of the concurrency features: the asynchronous workflow and MailboxProcessor
have been available since F# 1.9.
In a quick overview, F# has the following concurrency features:
MailboxProcessor
Asynchronous workflow is actually an implementation of a computation expression that is escalated as syntactic sugar. It is escalated within a block of asynchronous code that has calls to asynchronous functions, marked in the beginning with async
as keyword.
From the perspective of conceptual concurrency, it is quite intuitive and easier...
Change the font size
Change margin width
Change background colour