mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2025-09-11 06:17:01 +08:00
Prevents pessimization of the move constructor (which thankfully didn't actually happen in practice here, given std::thread isn't copyable).
Prevents pessimization of the move constructor (which thankfully didn't actually happen in practice here, given std::thread isn't copyable).