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

Prefer Async.StartImmediateAsTask over Asyn.StartAsTask #103

Closed
OnurGumus opened this issue Dec 3, 2019 · 1 comment
Closed

Prefer Async.StartImmediateAsTask over Asyn.StartAsTask #103

OnurGumus opened this issue Dec 3, 2019 · 1 comment

Comments

@OnurGumus
Copy link

|> Async.StartAsTask :> _

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#

@Tarmil
Copy link
Member

Tarmil commented Dec 12, 2019

Good hint, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants