Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Async cleanup #392

Merged
merged 5 commits into from
Jun 6, 2023
Merged

Async cleanup #392

merged 5 commits into from
Jun 6, 2023

Conversation

bartelink
Copy link
Collaborator

@bartelink bartelink commented Jun 6, 2023

Calved from #390

  • Adds an Async.call helper, and cleans up some final straggler Async vs Task inconsistencies
  • Includes some straggler cleanup and docs
  • and lots of annoying test hardening; CI, xunit, sleeps and Task are a bad combo

@@ -208,7 +208,7 @@ module Read =
| _ -> ()

let batchLog = log |> Log.prop "batchIndex" batchCount
let! slice = readSlice pos batchCount batchLog ct |> Async.AwaitTaskCorrect
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nordfjord many eyes eh!

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😅 I'll blame my recently diagnosed nearsightedness

@bartelink bartelink merged commit c454817 into master Jun 6, 2023
@bartelink bartelink deleted the async-polish branch June 6, 2023 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants