Skip to content
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

Async Function #246

Closed
azu opened this issue Aug 19, 2015 · 12 comments · Fixed by #302
Closed

Async Function #246

azu opened this issue Aug 19, 2015 · 12 comments · Fixed by #302
Milestone

Comments

@azu
Copy link
Owner

azu commented Aug 19, 2015

async/awaitについての紹介

@azu azu modified the milestone: 2.0.0 Aug 22, 2015
@azu azu mentioned this issue Aug 22, 2015
13 tasks
@azu
Copy link
Owner Author

azu commented Dec 29, 2015

Stage 4になったらすすめる方向で

@azu
Copy link
Owner Author

azu commented Oct 22, 2016

@azu
Copy link
Owner Author

azu commented Oct 22, 2016

Stage 4になった

@azu
Copy link
Owner Author

azu commented Oct 22, 2016

Async functions - making promises friendly  |  Web  |  Google Developers
awaitがallなのかsequencialなのかって構文的に見分けらない?

@azu
Copy link
Owner Author

azu commented May 6, 2017

@azu
Copy link
Owner Author

azu commented May 7, 2017

https://github.com/ReactiveX/IxJS
async iteratorを使うケース。
for awaitはasync iterator

@azu
Copy link
Owner Author

azu commented Dec 8, 2017

@azu azu modified the milestone: 2.0.0 Feb 2, 2018
@azu azu changed the title async/await Async Function May 5, 2019
@azu
Copy link
Owner Author

azu commented May 5, 2019

  • Async Functionの全体像 - promiseの場合との比較
  • 構文
  • Promiseを返す
  • Await式
  • エラーハンドリング

  • await式はAsync Functionでのみ
  • Promise Chainと await式
  • コールバック関数とAsync Function

@azu
Copy link
Owner Author

azu commented May 5, 2019

async generatorに対応する枠を入れる

@azu
Copy link
Owner Author

azu commented May 5, 2019

await 42 = await Promise.resolve(42)のパターン?

@azu
Copy link
Owner Author

azu commented May 6, 2019

最初にasyncの比較を持っていく

@azu
Copy link
Owner Author

azu commented May 19, 2019

for await ofを追加する場合は別セクションかな?
for + awaitとは意味が違う感じがする

@azu azu closed this as completed in #302 May 19, 2019
@azu azu mentioned this issue Oct 21, 2019
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant