Open
Description
Cloning Query seems like a bad idea. Especially FindContentQuery, with it's message sending/receiving logic. It's also not tiny, so would be a performance boon.
After FindContentQuery
doesn't derive Clone
anymore, we can remove the crossbeam dependency, and go back to a standard message channel.
Activity