Seastar
High performance C++ framework for concurrent servers
|
Represents the Seastar system from alien's point of view. In a normal system, there is just one instance, but for in-process clustering testing there may be more than one. Function such as run_on() direct messages to and (instance, shard) tuple.
#include <seastar/core/alien.hh>
Public Member Functions | |
bool | poll_queues () |
bool | pure_poll_queues () |
Static Public Member Functions | |
static qs | create_qs (const std::vector< reactor * > &reactors) |
Public Attributes | |
qs | _qs |