最終更新:2016-03-25 (金) 16:26:09 (2953d)  

デザインパターン/Promise

処理

  • then
  • return

ライブラリ

JavaScript

  • ECMAScript 6でPromiseパターンに沿った非同期関数を簡単に実装するためのPromiseクラスが追加
  • The Promise object is used for deferred and asynchronous computations. A Promise represents an operation that hasn't completed yet, but is expected in the future.
  • Promises

Android