Slightly unhinged and very incorrect, but probably still useful

actor: lock
isolation: which specific lock
nonisolated: no lock
Sendable: thread safe
non-Sendable: not thread safe
async: I might wait
await: I'm waiting, maybe just for a lock
Task: thread
compiler: pedantic, paranoid code reviewer

@mattiem semaphore?
@martind Are you asking why I didn’t mention that?
@mattiem No. This was my brain fart from your post. Keep going. 😉
@martind The challenge was to fit it all into one post. I think I did ok, but the limit made it tricky.