Skip to content

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.

License

Notifications You must be signed in to change notification settings

hjerpbakk/AsyncMethodCaller

Repository files navigation

AsyncMethodCaller

Latest version Downloads from NuGet

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.

Also available as a nuget-package.

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages