MCPcopy Create free account
hub / github.com/AlexInLog/ReactivePlusPlus / create_worker

Method create_worker

src/tests/rpp/test_delay.cpp:44–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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
51TEST_CASE("delay delays observable's emissions")

Callers 2

test_scheduler.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected