Thenable

const thenable = {
  then: function(resolve, reject) {
    // 비동기 로직
  }
};

Promise 와의 관계