| 42 | }; |
| 43 | |
| 44 | static rpp::schedulers::worker<worker_strategy> create_worker() |
| 45 | { |
| 46 | worker_strategy::s_test_queue = rpp::schedulers::details::schedulables_queue<worker_strategy>{}; |
| 47 | return rpp::schedulers::worker<worker_strategy>{}; |
| 48 | } |
| 49 | }; |
| 50 | } // namespace |
| 51 | TEST_CASE("delay delays observable's emissions") |
no outgoing calls
no test coverage detected