• BB_C@programming.dev
    link
    fedilink
    arrow-up
    1
    ·
    19 days ago

    most types are not thread-safe.

    Safe rust is thread-safe in the sense that you can’t have runtime thread unsafely. If we are going to ignore the role of compile-time errors, then literally nothing is safe.

    Also, what is “most”? Can you source that claim?