[future] consider dropping send/sync/static trait bounds once possible #311
Labels
blocked
Tasks which are blocked on other work.
low prio
Low priority item.
needs input
question
Further information is requested
There might be a future where:
It would allow us to write simpler code, where we also can work more often with references (e.g. not tied to 'static) instead of having to either resort to non-sync or use the pass-the-ball pattern (where you return the args back via result... dirty).
It's a word I do want to live in, but at the time it was too much of a distraction and either way Rust async still has plenty of work. This is more of a zombie tracker so we can look into this somewhere mid/late 2025. And maybe it just turns out to be a "grass is greener on the other side" kind of issue that we drop as won't do. We'll see.
Also feel free to start discussions here related to these bounds and the use in rama.
The text was updated successfully, but these errors were encountered: