| 146 | public: |
| 147 | bool currentThreadInExecutor() const override { return true; } |
| 148 | Context checkout() override { return NULLCTX; } |
| 149 | bool checkin(Func func, Context ctx, ScheduleOptions opts) override { |
| 150 | return schedule(std::move(func)); |
| 151 | } |
no outgoing calls
no test coverage detected