AsyncAwaitBestPractices v4.0.0-pre3 Release Notes

Release Date: 2019-11-29 // over 4 years ago
  • ๐Ÿ†• New In This Release:

    • โž• Added Support for ValueTask in SafeFireAndForget
    • โž• Added Support for ValueTask
    • โž• Added IAsyncValueCommand : ICommand
    • โž• Added AsyncValueCommand : IAsyncValueCommand
    • โž• Added IAsyncValueCommand<T>; : ICommand
    • โž• Added AsyncValueCommand<T>; : IAsyncValueCommand<T>
    • โž• Added RaiseCanExecuteChanged to IAsyncCommand and IAsyncValueCommand