I unexpectedly have some time this afternoon. Quick - send me your Swift concurrency questions! I need more example material for the swift.org migration guide.
Will also put stuff up here:
@mattiem I've got one. If `actor` is a concurrency-safe version of `class`, why would I ever use `class` again? I obviously want all my code to be thread-safe.