Replies: 2 comments
-
It does not matter as long as you do not forget to await the final call like this:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
@stcom77 If you want more technical details check https://blog.stephencleary.com/2016/12/eliding-async-await.html |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. I saw the examples how to use nHibernate 5 async features, something like this.
Why should to use async/await instead of just?
It lets us avoid the async/await overhead. Or maybe are any other reasons to do like in the first example.
I have read the documentation but didn't find an answer. Maybe are any limitations and the second example will not work?
Beta Was this translation helpful? Give feedback.
All reactions