Closed PeterAdams-A closed 1 year ago
Motivation:
Swift concurrency warnings are here to help. We can encode some of our assumptions to the type system.
Modifications:
Replace a number of captured variables with LoopBound instances.
Result:
Fewer sendability warnings
Motivation:
Swift concurrency warnings are here to help. We can encode some of our assumptions to the type system.
Modifications:
Replace a number of captured variables with LoopBound instances.
Result:
Fewer sendability warnings