Skip to content

Marcin Moskała著作《Kotlin Coroutine》中文版

Notifications You must be signed in to change notification settings

SMAXLYB/KotlinCoroutines-CN

Repository files navigation

KotlinCoroutines-CN

  :wave:,你好,本库是Marcin Moskała著作《Kotlin Coroutines》中文版,正在学习协程并努力翻译中.....蓝色可点击链接表示已经翻译,否则就是没有翻译,懂英文的小伙伴建议直接阅读原版!

目录

第一章:理解Kotlin协程(Part 1: Understanding Kotlin Coroutines)

  在开始Kotlin协程库的冒险之前,我们先要探究一下为什么需要协程,以及挂起是如何工作的。我们将一步步探究协程的基础特性,并在探究的过程中学习一些有用的知识点和技能。

第二章:Kotlin协程库(Part 2: Kotlin Coroutines library)

  • 2.1 协程构建器(Coroutine builders)
  • 2.2 协程上下文(Coroutine context)
  • 2.3 作业和子作业等待(Job and children awaiting)
  • 2.4 取消协程(Cancellation)
  • 2.5 异常处理(Exception handling)
  • 2.6 协程作用域函数(Coroutine scope functions)
  • 2.7 调度器(Dispatchers)
  • 2.8 构造协程作用域(Constructing coroutine scope)
  • 2.9 协程状态的麻烦(The problem with the state)
  • 2.10 测试Kotlin协程(Testing Kotlin Coroutines)

About

Marcin Moskała著作《Kotlin Coroutine》中文版

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published