https://github.com/hjerpbakk/asyncmethodcaller
AsyncMethodCaller is used to call methods asynchronously and continue with other methods after execution completes if you cannot use async and await. It makes asynchronous calls easy to understand and test. Very useful in ViewModels.
https://github.com/hjerpbakk/asyncmethodcaller
async csharp unit-testing viewmodel
Last synced: 26 days ago
JSON representation
AsyncMethodCaller is used to call methods asynchronously and continue with other methods after execution completes if you cannot use async and await. It makes asynchronous calls easy to understand and test. Very useful in ViewModels.
- Host: GitHub
- URL: https://github.com/hjerpbakk/asyncmethodcaller
- Owner: hjerpbakk
- License: mit
- Created: 2013-07-02T12:31:40.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2019-07-11T12:44:07.000Z (almost 6 years ago)
- Last Synced: 2025-03-28T06:51:16.165Z (about 1 month ago)
- Topics: async, csharp, unit-testing, viewmodel
- Language: C#
- Homepage: https://hjerpbakk.com/blog/2013/10/1/async-method-caller-easy-async-without-await
- Size: 234 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
AsyncMethodCaller
=================[](https://www.nuget.org/packages/AsyncMethodCaller/) [](https://www.nuget.org/packages/AsyncMethodCaller/)
**AsyncMethodCaller** is used to call methods asynchronously. Execution will continue with other methods after the asynchronous call completes. Use this if you cannot use async and await to easily make testable asynchronous calls. Very useful in ViewModels.
See [this blog post for more information](https://hjerpbakk.com/blog/2013/10/1/async-method-caller-easy-async-without-await).
Also available as a [nuget-package](https://nuget.org/packages/AsyncMethodCaller).