-
-
Notifications
You must be signed in to change notification settings - Fork 392
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
FutureQueries async #132
base: master
Are you sure you want to change the base?
FutureQueries async #132
Conversation
I'm sorry I pulled the wrong version. It's incomplete. |
Now it's complete. |
I think the following line needs to be changed:
Result can easily cause deadlock in async code in certain scenarios. More info here. |
@israellot looks like the appVeryor build is not working, seems like its targeting net40, shouldn't it target 4.5+? @pwelter34 any update on merging this? |
Long time since I don´t look at this. My workaround is running in production for over a year now. |
@israellot do you know when it is planned to be merged into main branch? |
Is this project dead? |
Check it out. |
Async implementation of FutureQueries.
Triggered when ToListAsync is called or Value is awaited for FutureValue.