Writing non-blocking user-interfaces in F#

added by tomasp
6/13/2011 9:50:18 AM

184 Views

F# asynchronous workflows are mainly used for non-blocking I/O and concurrency, but they provide nice abstraction for writing user interface interactions. This article shows an Silverlight example and explains how F# makes it easy to write code that avoids blocking the user-interface when performing CPU-intensive processing.


0 comments