common/fiber: Take shared_ptr<Fiber> by copy in YieldTo
YieldTo does not intend to modify the passed shared_ptrs. Pass it by copy to keep a reference count while this function executes.
Please register or sign in to comment
YieldTo does not intend to modify the passed shared_ptrs. Pass it by copy to keep a reference count while this function executes.