You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
carver
added
the
flamingo
Maintenance or downtime for the person on Flamingo rotation to tackle
label
Sep 24, 2024
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 deriveClone
anymore, we can remove the crossbeam dependency, and go back to a standard message channel.The text was updated successfully, but these errors were encountered: