futures

Tag

Cards List
#futures

The `Sync` bound nobody asked for

Lobsters Hottest · 2026-05-08 Cached

Explains how `&self` on an async trait method with a `Send` future implicitly requires `Sync` on the implementing type, and offers fixes like switching to `&mut self` or using `Sync` interior mutability.

0 favorites 0 likes
← Back to home

Submit Feedback