Error!
Success!

Safer asynchronous workflows for GUI programming

0
kicks

Safer asynchronous workflows for GUI programming  (Unpublished)

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.


Kicked By:
Drop Kicked By: