44
submitted 10 months ago by fil@programming.dev to c/rust@programming.dev
you are viewing a single comment's thread
view the rest of the comments
[-] BatmanAoD@programming.dev 1 points 10 months ago

I think the point of the "BIG_GLOBAL_STATIC..." name is that global statics are bad, not that the syntax is ugly. That said, you're absolutely correct that combining channels with async code is the way to go.

[-] BB_C@programming.dev 0 points 10 months ago

I think the point of the “BIG_GLOBAL_STATIC…” name is that global statics are bad, not that the syntax is ugly.

Yes. And my point was that there is an obvious way of sharing data besides passing static-refs, cloning, and using Arcs, which is moving data bidirectionally. That was conveniently, or ignorantly, glossed over by the coping gopher.

this post was submitted on 08 Sep 2023
44 points (90.7% liked)

Rust

5419 readers
54 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

!performance@programming.dev

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 1 year ago
MODERATORS