bem / bem-core

BEM Core Library
https://ru.bem.info/technologies/classic/i-bem/
Other
275 stars 94 forks source link

BEMTREE: Support native promises #1095

Closed tadatuta closed 8 years ago

tadatuta commented 9 years ago

node.js and most browsers already have native support for promises.

narqo commented 9 years ago

One need to think about how such values will be serialized to BEMJSON, so any promise implementation could be used, regardless of JS engine

tadatuta commented 9 years ago

When all promises are resolved we should map the whole queue of them to their results.

veged commented 8 years ago

seems like this issue is belong to bem-xjst