Noncopyable types should eventually allow for a mutex-guarded value to be presented as an "immutable" type which can be stored in a let
property, which then wouldn't require a global actor annotation to be safely accessible. There's a prototype example of this here:
3 Likes