Safer asynchronous workflows for GUI programming(tomasp.net)
submitted by
tomasp(299) 11 months, 10 days ago
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.
|category: F#
|Views: 5
tags:
F# another
Everyones tags:
Your Tags: