mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-20 19:15:45 +00:00
Core/Common: Address Feedback.
This commit is contained in:
@@ -240,6 +240,10 @@ public:
|
||||
return switch_fiber;
|
||||
}
|
||||
|
||||
const std::shared_ptr<Common::Fiber>& ControlContext() const {
|
||||
return switch_fiber;
|
||||
}
|
||||
|
||||
private:
|
||||
friend class GlobalScheduler;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user