Home
last modified time | relevance | path

Searched defs:testee_actor (Results 1 – 4 of 4) sorted by relevance

/dports/devel/caf/actor-framework-0.18.5/libcaf_core/test/
H A Dhandles.cpp21 using testee_actor = typed_actor<replies_to<int32_t>::with<int32_t>>; typedef
H A Dtyped_response_promise.cpp15 using testee_actor = typed_actor<result<int>(int, int), result<void>(ok_atom)>; typedef
H A Dmtl.cpp20 using testee_actor = typed_actor<result<void>(put_atom, std::string, int32_t), typedef
H A Ddynamic_spawn.cpp94 class testee_actor : public blocking_actor { class
96 testee_actor(actor_config& cfg) : blocking_actor(cfg) { in testee_actor() function in __anon1872d5c10111::testee_actor