-
Notifications
You must be signed in to change notification settings - Fork 788
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
choose Promise which you like #295
base: master
Are you sure you want to change the base?
Conversation
Are the any solid reasons of using generators along with non-native Promises? |
Personnaly I would like to have this option. And about the why :
And I can't see any reason why not ? |
@jeanbaptiste-brasselet-planorama yes, this absolutely makes sense. |
@jeanbaptiste-brasselet-planorama I agree with you. But I just consider the second point. |
yeah |
Of course this is a valuable feature! +1 |
if we don't like to use native Promise, we can choose other Promises, such as bluebird.
by using it ,we can use the
tap
function of Promiseupdate on 2017/2/21