2015-04-20 14 views

cevap

4

Tabii Async.SwitchToThreadPool kullanabilir veya başka Switch... yöntem böyle

:

async { 

    do! Async.SwitchToThreadPool() 
    // ... your other stuff 
} 
İlgili konular