Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Unnest promises in pi example #68

Merged
merged 1 commit into from
Oct 18, 2017
Merged

Unnest promises in pi example #68

merged 1 commit into from
Oct 18, 2017

Conversation

fregante
Copy link
Contributor

.then(b => run().then(...))

equals to

.then(b => run()).then(...)

No nesting required :)

@daiyip daiyip merged commit 2d7a086 into microsoft:master Oct 18, 2017
@fregante fregante deleted the patch-1 branch October 18, 2017 19:35
daiyip pushed a commit that referenced this pull request Jan 19, 2018
daiyip pushed a commit that referenced this pull request Jan 19, 2018
daiyip pushed a commit that referenced this pull request Jan 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants