mirror of
https://github.com/Smaug123/ray-tracing-fsharp
synced 2025-10-10 14:28:40 +00:00
Tasks (#10)
This commit is contained in:
@@ -44,7 +44,7 @@ module Program =
|
||||
AnsiConsole.WriteLine (sprintf "Temporary output being written eagerly to '%s'" tempOutput.FullName)
|
||||
|
||||
async {
|
||||
do! await
|
||||
do! Async.AwaitTask await
|
||||
|
||||
let! pixelMap =
|
||||
ImageOutput.readPixelMap readTask.Increment tempOutput (Image.rowCount image) (Image.colCount image)
|
||||
|
Reference in New Issue
Block a user