You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TSCBasic: mark Path-conforming types Sendable (#361)
These types only have a trivial `String` stored property in their implementation. Marking them as `Sendable` seems safe and allows them to be freely used in `async` contexts.
0 commit comments