yuriyyakym/awai

Refactor `then` methods in every Awai node

Closed this issue · 0 comments

When no callback is passed to then method, it should behave like native Promise - unmodified value.

eg. state.events.changed.then() should return the same promise as state.events.changed.