We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Bolero/src/Bolero/Components.fs
Line 170 in fa37b7e
For above line I think it's better to use Async.StartImmediateAsTask as it will hook into the current thread similar like async await.
P.S. I was the one who added this to F#
The text was updated successfully, but these errors were encountered:
Good hint, thanks!
Sorry, something went wrong.
[#103] Prefer Async.StartImmediateAsTask
c63dea0
No branches or pull requests
Bolero/src/Bolero/Components.fs
Line 170 in fa37b7e
For above line I think it's better to use Async.StartImmediateAsTask as it will hook into the current thread similar like async await.
P.S. I was the one who added this to F#
The text was updated successfully, but these errors were encountered: