Matt Massicotte on Nostr: It can be very hard to make classes Sendable. But when it’s hard, it’s also a ...
It can be very hard to make classes Sendable. But when it’s hard, it’s also a sign it is not the right solution.
The alternative, find out why you want this to be Sendable in the first place and change *that* might require rethinking how you are using concurrency. And that could be harder, but it’s where you should start.
The alternative, find out why you want this to be Sendable in the first place and change *that* might require rethinking how you are using concurrency. And that could be harder, but it’s where you should start.