0
我想有一個future
價值,它可以解決的價值,掛起或拒絕以類似的方式scala的未來。未來的價值與es6承諾
var username = new Promise();
username.then(x => console.log(x));
// half an hour later, triggered by user click or by ajax, or by timer, or
username.resolve('john');
是否有內置的東西或我會不得不重新發明自行車?
發現這一點: https://github.com/seangenabe/es6-deferred/blob/master/deferred .js – Alex
因此,您在發佈後8分鐘回答了您自己的問題? – trincot