15 #ifndef GRPC_TEST_CORE_PROMISE_TEST_WAKEUP_SCHEDULERS_H
16 #define GRPC_TEST_CORE_PROMISE_TEST_WAKEUP_SCHEDULERS_H
22 #include "gmock/gmock.h"
29 template <
typename ActivityType>
39 template <
typename ActivityType>
41 activity->RunScheduledWakeup();
60 template <
typename ActivityType>
62 scheduler->Schedule([activity] { activity->RunScheduledWakeup(); });