mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-01-26 13:34:38 +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).