Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd an `Unserializable` type to utils #9379
Conversation
when appropiate
|
Thank you for doing this experiment; it's useful to see what it looks like in practice! I think the result doesn't end up being more readable, however, so I'm inclined to put this aside. |
|
Yeah, I agree, maybe calling it I think that at some point more use cases for something like this could While it isn't the case I'm fine with leaving this closed though. On Tue, Jan 19, 2016 at 02:00:29PM -0800, Josh Matthews wrote:
|
|
Yes, if there turn out to be more of them in the future we can resurrect this. |
emilio commentedJan 19, 2016
This allows unifying the way we prevent the serialisation of things that
can't be sent over IPC for their in-process nature.
This is a proposed solution to things like #9373
Where something like the following can be used: