VS
Size: a a a
VS
VS
оГ
TK
MD
MD
АВ
A
VS
Dv
A
g
VS
VS
let asyncDelayMs (delay: int) work =
async {
do! Async.Sleep delay
work()
} |> Async.Start
[<EntryPoint>]
let main argv =
asyncDelayMs 10 (fun () -> failwith "Hi")
Thread.Sleep 1000
Console.WriteLine("Hello")
0
VK
let asyncDelayMs (delay: int) work =
async {
do! Async.Sleep delay
work()
} |> Async.Start
[<EntryPoint>]
let main argv =
asyncDelayMs 10 (fun () -> failwith "Hi")
Thread.Sleep 1000
Console.WriteLine("Hello")
0
VS
let asyncDelayMs (delay: int) work =
async {
do! Async.Sleep delay
work()
} |> Async.Start
[<EntryPoint>]
let main argv =
asyncDelayMs 10 (fun () -> failwith "Hi")
Thread.Sleep 1000
Console.WriteLine("Hello")
Thread.Sleep 1000
Console.WriteLine("Hello")
Thread.Sleep 1000
Console.WriteLine("Hello")
0
VS
VS