Suspend
  • 音标:/səˈspend/
  • 意思:挂起
  • 例句A suspend function can pause its execution without blocking the thread.
  • 翻译:挂起函数可以暂停执行而不阻塞线程。
  • 补充说明:suspend函数只能在协程或其他suspend函数中调用。