Seastar
High performance C++ framework for concurrent servers
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
seastar::alien::instance Class Reference

Detailed Description

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
 

The documentation for this class was generated from the following file: