mirror of https://github.com/yuzu-mirror/yuzu
input_common/udp: std::move SocketCallback instances where applicable
std::function is allowed to heap allocate if the size of the captures associated with each lambda exceed a certain threshold. This prevents potentially unnecessary reallocations from occurring.pull/8/head
parent
fb9c9ddcc9
commit
5c61e0ba39
Loading…
Reference in New Issue