Upgrade to Pro — share decks privately, control downloads, hide ads and more …

コルーチンを使って処理の見通しをよくする

Sponsored · SiteGround - Reliable hosting with speed, security, and support you can count on.
Avatar for horitamon horitamon
October 05, 2022

 コルーチンを使って処理の見通しをよくする

Avatar for horitamon

horitamon

October 05, 2022
Tweet

More Decks by horitamon

Other Decks in Programming

Transcript

  1. Voicyの Qualityチーム 既存機能の品質向上を担う • 2022年から開発チーム編成を変更 • 変更前のチームでリリースした 機能の保守責任が曖昧に • 2021年リリースの生放送で

    障害発生 • 対応の流れでQualityチームが発足 • リリース済み機能の不具合対応や ユーザーからの問い合わせに対応
  2. 生放送を開始する流れ 1. 放送データを「予約中」から「放送中」に更新 2. 生放送開始イベントを通知 3. 音声を接続する 4. 放送データの取得、更新 ◦

    放送データを作成 ◦ 自身のユーザーデータ取得 ◦ アイコン画像取得 ◦ お便りブロックユーザー一覧取得 etc… 順番は…? 失敗した ときは…? よ〜〜〜く読まないと把握できない😇
  3. 参考 • Understanding Kotlin Coroutines: コルーチンで進化するアプリケーション開発 @mhidaka
 • Using Kotlin

    Coroutines in your Android App 
 
 • Android での Kotlin コルーチン | Android Developers 
 • Coroutines guide | Kotlin