Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IAsyncUpdate<T>

an update result with an item and a promise when the update has been done

Type parameters

  • T

Hierarchy

  • IAsyncUpdate

Index

Properties

Properties

item

item: T

ready

ready: IAbortAblePromise<void>