Async.SwitchToThreadPool Method (F#)
Visual Studio 2012
Creates an asynchronous computation that queues a work item that runs its continuation.
Namespace/Module Path: Microsoft.FSharp.Control
Assembly: FSharp.Core (in FSharp.Core.dll)
// Signature: static member SwitchToThreadPool : unit -> Async<unit> // Usage: Async.SwitchToThreadPool ()
For examples of the use of this method, see Async.SwitchToContext Method (F#) and Async.SwitchToNewThread Method (F#).