Skip to content

preconcurrency

ShenYj edited this page Oct 14, 2024 · 1 revision

@preconcurrency

Swift 6.0 已发布,为了最大限度的保持新旧两个并发世界暂时的“和平共处”,苹果特地推出了 @preconcurrency 修饰符将旧范儿的并发代码转换为严格遵守 Swift 6.0 并发模型( Strict Concurrency)的新代码

@preconcurrency 修饰符可以应用在以下 4 种语境中:

  • functions
  • types
  • protocols
  • imports

Getting Started

Social

Clone this wiki locally