Safer asynchronous workflows for GUI programming

added by tomasp
6/15/2011 4:34:28 PM

122 Views

When writing reactive applications using F# asynchronous workflows, it is important to run some operations on the right thread. User interface elements are accessible only on GUI threads and CPU-intensive computations should be done on a background thread. This article describes an extension of F# asynchronous workflows that guarantees correct use of threads using types.


0 comments