エントリーの編集
![loading...](https://b.st-hatena.com/0c3a38c41aeb08c713c990efb1b369be703ea86c/images/v4/public/common/loading@2x.gif)
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
Functional Programming Patterns for the Asynchronous Web -
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
![アプリのスクリーンショット](https://b.st-hatena.com/0c3a38c41aeb08c713c990efb1b369be703ea86c/images/v4/public/entry/app-screenshot.png)
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Functional Programming Patterns for the Asynchronous Web -
NEScala happened this year, and it was amazing! Not only was I able to give a talk, we were also ... NEScala happened this year, and it was amazing! Not only was I able to give a talk, we were also able to record a scalawags podcast. For those who missed the talk, it was about how to script together a bunch of asynchronous APIs into a new asynchronous APIs. SO, generically, we have: trait AsynchSubService { def getData: Future[Data] } trait AsynchSubService2 { def getData: Future[Data2] } What yo